Renamed daemon -> kded
This commit is contained in:
parent
f59ab45644
commit
36e5d41811
73 changed files with 8 additions and 10 deletions
|
@ -12,7 +12,7 @@ include(KDE4Defaults)
|
|||
include_directories(${KDE4_INCLUDES})
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
add_subdirectory(daemon)
|
||||
add_subdirectory(kded)
|
||||
add_subdirectory(libkdeconnect)
|
||||
add_subdirectory(kcm)
|
||||
#add_subdirectory(kioslave)
|
||||
|
|
|
@ -8,14 +8,7 @@ include_directories(
|
|||
${QCA2_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set(kdeconnect_tests_SRCS
|
||||
../daemon/networkpackage.cpp
|
||||
networkpackagetests.cpp
|
||||
)
|
||||
|
||||
kde4_add_unit_test(kdeconnect_tests ${kdeconnect_tests_SRCS})
|
||||
|
||||
target_link_libraries(kdeconnect_tests
|
||||
set(kdeconnect_libraries
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${QJSON_LIBRARIES}
|
||||
|
@ -23,3 +16,8 @@ target_link_libraries(kdeconnect_tests
|
|||
${QT_QTTEST_LIBRARY}
|
||||
${QT_QTNETWORK_LIBRARY}
|
||||
)
|
||||
|
||||
#NetworkPackage
|
||||
kde4_add_unit_test(kdeconnect_tests ../kded/networkpackage.cpp networkpackagetests.cpp)
|
||||
target_link_libraries(kdeconnect_tests ${kdeconnect_libraries})
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "networkpackagetests.h"
|
||||
|
||||
#include "../daemon/networkpackage.h"
|
||||
#include "../kded/networkpackage.h"
|
||||
|
||||
#include <qtest_kde.h>
|
||||
#include <QtTest>
|
||||
|
|
Loading…
Reference in a new issue