see if it finds KF5Transitional

This commit is contained in:
Marco Martin 2013-02-07 18:38:03 +01:00
parent c602d21eb0
commit edd1366c17
2 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ configure_file(${CMAKE_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCu
set (QT_MIN_VERSION "5.0.0")
find_package(KF5 REQUIRED)
find_package(KDE4Internal REQUIRED)
#find_package(KF5Transitional REQUIRED)
#find_package(KDE4Internal REQUIRED)
find_package(KF5Transitional REQUIRED)
include(KDE4Defaults)
#include (MacroLibrary)

View File

@ -183,7 +183,7 @@ kde4_add_library(plasma ${LIBRARY_TYPE} ${plasma_LIB_SRCS})
target_link_libraries(plasma ${QT_QTUITOOLS_LIBRARY}
${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTSQL_LIBRARY}
${KDE4_KDEUI_LIBS} kdnssd threadweaver kauth KF5::kwindowsystem ${PLASMA_EXTRA_LIBS} kcoreaddons ki18n)
${KDE4_KDEUI_LIBS} kdnssd KF5::threadweaver kauth KF5::kwindowsystem ${PLASMA_EXTRA_LIBS} kcoreaddons ki18n)
#FIXME gpgme++ is in kdepimlibs, neeeds to be elsewhere
target_link_libraries(plasma ${KDEPIMLIBS_GPGMEPP_LIBS} kdeclarative KF5::karchive)