kde-playground/kdepim/libkpgp/tests/CMakeLists.txt
2015-04-14 21:49:29 +00:00

4 lines
273 B
CMake

set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
kde4_add_executable(testkeyselectiondialog TEST testkeyselectiondialog.cpp)
target_link_libraries(testkeyselectiondialog kpgp ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBRARY} ${KDE4_KDEUI_LIBRARY})