diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7e7c9fd1f..f862c0b14 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,15 +6,15 @@ include_directories( ${CMAKE_SOURCE_DIR}/agent ) -automoc4_add_executable(polkit-qt-test +automoc4_add_executable(polkit-tqt-test test.cpp ) -target_link_libraries(polkit-qt-test - ${QT_QTCORE_LIBRARY} - ${QT_QTTEST_LIBRARY} - ${QT_QTGUI_LIBRARY} - polkit-qt-core-1 +target_link_libraries(polkit-tqt-test + ${TQT_TQTCORE_LIBRARY} + ${TQT_TQTTEST_LIBRARY} + ${TQT_TQTGUI_LIBRARY} + polkit-tqt-core-1 ) -add_test(BaseTest ${CMAKE_CURRENT_BINARY_DIR}/polkit-qt-test) +add_test(BaseTest ${CMAKE_CURRENT_BINARY_DIR}/polkit-tqt-test) |