mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 02:12:52 +00:00
kgpg: build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c2737b92c2
commit
9b778f63b2
1 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
project(kgpg)
|
||||
|
||||
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include(FeatureSummary)
|
||||
find_package(KDELibs4 4.21.0 REQUIRED)
|
||||
|
||||
find_package(KDE4 4.21.0 REQUIRED)
|
||||
include(KDE4Defaults)
|
||||
include_directories(${KDE4_INCLUDES})
|
||||
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
endif()
|
||||
|
@ -17,9 +15,8 @@ set(kgpg_SRCS
|
|||
add_executable(kgpg ${kgpg_SRCS})
|
||||
|
||||
target_link_libraries(kgpg
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${KDE4_KFILE_LIBS}
|
||||
${KDE4_KIO_LIBS}
|
||||
KDE4::kdeui
|
||||
KDE4::kio
|
||||
gpgme
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue