e80764a01e
This was removed (in favor of DBus activation) but DBus activation does not work; re-import the latest version, now under the MIT license. Pull in only src/ and the license file, though. https://github.com/KDAB/KDSingleApplication 9dc8b2f61638aa1c4dbf49d38f8b97178974409f
8 lines
203 B
CMake
8 lines
203 B
CMake
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(Qt5Widgets REQUIRED)
|
|
find_dependency(Qt5Network REQUIRED)
|
|
|
|
# Add the targets file
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KDSingleApplicationTargets.cmake")
|