Lines 73-78
set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File Searching"
Link Here
|
73 |
|
73 |
|
74 |
find_package(KF5TextEditor) |
74 |
find_package(KF5TextEditor) |
75 |
find_package(KWinDBusInterface CONFIG REQUIRED) |
75 |
find_package(KWinDBusInterface CONFIG REQUIRED) |
|
|
76 |
find_package(LibKWorkspace 5.21.5) |
76 |
|
77 |
|
77 |
find_package(KF5Screen CONFIG REQUIRED) |
78 |
find_package(KF5Screen CONFIG REQUIRED) |
78 |
find_package(KScreenLocker 5.13.80 REQUIRED) |
79 |
find_package(KScreenLocker 5.13.80 REQUIRED) |
Lines 214-220
query_qmake(QtBinariesDir QT_INSTALL_BINS)
Link Here
|
214 |
if(KF5DocTools_FOUND) |
215 |
if(KF5DocTools_FOUND) |
215 |
add_subdirectory(doc) |
216 |
add_subdirectory(doc) |
216 |
endif() |
217 |
endif() |
217 |
add_subdirectory(libkworkspace) |
218 |
if(NOT LibKWorkspace_FOUND) |
|
|
219 |
message(STATUS "System LibKWorkspace not found, using bundled.") |
220 |
add_subdirectory(libkworkspace) |
221 |
endif() |
218 |
add_subdirectory(libdbusmenuqt) |
222 |
add_subdirectory(libdbusmenuqt) |
219 |
add_subdirectory(appmenu) |
223 |
add_subdirectory(appmenu) |
220 |
|
224 |
|