plasma correctly builds
This commit is contained in:
parent
2318a4cc37
commit
b8662f80cf
@ -59,8 +59,18 @@ configure_file(${CMAKE_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCu
|
||||
set (QT_MIN_VERSION "5.0.0")
|
||||
|
||||
find_package(KDE4Internal REQUIRED)
|
||||
#find_package(KF5Transitional REQUIRED)
|
||||
include(KDE4Defaults)
|
||||
#include (MacroLibrary)
|
||||
|
||||
find_package(kidletime REQUIRED)
|
||||
find_package(itemmodels REQUIRED)
|
||||
find_package(kwidgetsaddons REQUIRED)
|
||||
find_package(kwindowsystem REQUIRED)
|
||||
find_package(kcodecs REQUIRED)
|
||||
find_package(ki18n REQUIRED)
|
||||
find_package(kcoreaddons REQUIRED)
|
||||
find_package(solid REQUIRED)
|
||||
if (APPLE)
|
||||
find_package(Carbon REQUIRED)
|
||||
endif (APPLE)
|
||||
|
@ -68,7 +68,7 @@ endif(NOT PLASMA_NO_KNEWSTUFF)
|
||||
if(NOT PLASMA_NO_SOLID)
|
||||
include_directories(${CMAKE_BINARY_DIR}/tier1/solid/)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/tier1/solid/)
|
||||
set(PLASMA_EXTRA_LIBS ${PLASMA_EXTRA_LIBS} ${KDE4_SOLID_LIBS})
|
||||
set(PLASMA_EXTRA_LIBS ${PLASMA_EXTRA_LIBS} ${solid_LIBRARIES})
|
||||
endif(NOT PLASMA_NO_SOLID)
|
||||
|
||||
if(NOT PLASMA_NO_PACKAGEKIT)
|
||||
|
Loading…
Reference in New Issue
Block a user