2ef3b32dcd
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS, which will lose the "KF5" suffix from the include path.
10 lines
207 B
CMake
10 lines
207 B
CMake
add_executable(plugintest
|
|
main.cpp
|
|
plugintest.cpp
|
|
)
|
|
|
|
target_link_libraries(plugintest KF5::Plasma KF5::I18n KF5::Service Qt5::DBus)
|
|
|
|
#install(TARGETS plugintest ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|