Remove non-toplevel project() definitions

This commit is contained in:
Nicolas Fella 2019-06-12 22:47:17 +02:00
parent d916e3222f
commit 4de0f8cb9e
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
project(KDEConnectCore)
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\")
set(KDECONNECT_PRIVATE_DBUS_ADDR unix:path=/tmp/kdeconnect-dbus)

View file

@ -1,5 +1,3 @@
project(kdeconnectd)
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kded")
add_executable(kdeconnectd kdeconnectd.cpp)

View file

@ -1,5 +1,3 @@
project(KDEConnectInterfaces)
function(geninterface source_h output_h)
set(xml_file ${CMAKE_CURRENT_BINARY_DIR}/${output_h}.xml)
qt5_generate_dbus_interface( ${source_h} ${xml_file})

View file

@ -1,5 +1,3 @@
project(kdeconnectpluginkcm)
add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\")
add_library(kdeconnectpluginkcm kdeconnectpluginkcm.cpp)