Remove non-toplevel project() definitions
This commit is contained in:
parent
d916e3222f
commit
4de0f8cb9e
4 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
||||||
project(KDEConnectCore)
|
|
||||||
|
|
||||||
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\")
|
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\")
|
||||||
|
|
||||||
set(KDECONNECT_PRIVATE_DBUS_ADDR unix:path=/tmp/kdeconnect-dbus)
|
set(KDECONNECT_PRIVATE_DBUS_ADDR unix:path=/tmp/kdeconnect-dbus)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
project(kdeconnectd)
|
|
||||||
|
|
||||||
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kded")
|
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kded")
|
||||||
|
|
||||||
add_executable(kdeconnectd kdeconnectd.cpp)
|
add_executable(kdeconnectd kdeconnectd.cpp)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
project(KDEConnectInterfaces)
|
|
||||||
|
|
||||||
function(geninterface source_h output_h)
|
function(geninterface source_h output_h)
|
||||||
set(xml_file ${CMAKE_CURRENT_BINARY_DIR}/${output_h}.xml)
|
set(xml_file ${CMAKE_CURRENT_BINARY_DIR}/${output_h}.xml)
|
||||||
qt5_generate_dbus_interface( ${source_h} ${xml_file})
|
qt5_generate_dbus_interface( ${source_h} ${xml_file})
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
project(kdeconnectpluginkcm)
|
|
||||||
|
|
||||||
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\")
|
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\")
|
||||||
|
|
||||||
add_library(kdeconnectpluginkcm kdeconnectpluginkcm.cpp)
|
add_library(kdeconnectpluginkcm kdeconnectpluginkcm.cpp)
|
||||||
|
|
Loading…
Reference in a new issue