Oops, last commits broke tests
Missing files to link
This commit is contained in:
parent
7c9bda8d59
commit
1d4482b5c1
1 changed files with 8 additions and 2 deletions
|
@ -1,23 +1,29 @@
|
|||
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
include(KDE4Defaults)
|
||||
|
||||
find_package(KDE4 REQUIRED)
|
||||
find_package(QJSON REQUIRED)
|
||||
find_package(QCA2 REQUIRED)
|
||||
|
||||
include_directories(
|
||||
${QJSON_INCLUDE_DIR}
|
||||
${QCA2_INCLUDE_DIR}
|
||||
${KDE4_INCLUDES}
|
||||
${CMAKE_SOURCE_DIR}
|
||||
)
|
||||
|
||||
set(kdeconnect_libraries
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${KDE4_KIO_LIBS}
|
||||
${QT_QTNETWORK_LIBRARY}
|
||||
${QJSON_LIBRARIES}
|
||||
${QCA2_LIBRARIES}
|
||||
${QT_QTTEST_LIBRARY}
|
||||
${QT_QTNETWORK_LIBRARY}
|
||||
)
|
||||
|
||||
#NetworkPackage
|
||||
kde4_add_unit_test(kdeconnect_tests ../kded/networkpackage.cpp networkpackagetests.cpp)
|
||||
kde4_add_unit_test(kdeconnect_tests ../kded/networkpackage.cpp ../kded/filetransferjob.cpp networkpackagetests.cpp)
|
||||
target_link_libraries(kdeconnect_tests ${kdeconnect_libraries})
|
||||
|
||||
|
|
Loading…
Reference in a new issue