mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-26 20:03:10 +00:00
15 lines
686 B
CMake
15 lines
686 B
CMake
configure_file(testqthelpconfig.h.in testqthelpconfig.h)
|
|
|
|
set(qthelpplugintest_SRCS
|
|
testqthelpplugin.cpp
|
|
../qthelpplugin.cpp
|
|
../qthelpproviderabstract.cpp
|
|
../qthelpprovider.cpp
|
|
../qthelpdocumentation.cpp
|
|
../qthelpqtdoc.cpp
|
|
../qthelp_config_shared.cpp
|
|
)
|
|
|
|
kde4_add_unit_test(qthelpplugintest ${qthelpplugintest_SRCS} )
|
|
target_link_libraries( qthelpplugintest ${QT_QTTEST_LIBRARY} ${KDE4_KCMUTILS_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KTEXTEDITOR_LIBS} ${QT_QTHELP_LIBRARY} ${QT_QTWEBKIT_LIBRARY}
|
|
${KDEVPLATFORM_LANGUAGE_LIBRARIES} ${KDEVPLATFORM_DOCUMENTATION_LIBRARIES} ${KDEVPLATFORM_INTERFACES_LIBRARIES} ${KDEVPLATFORM_TESTS_LIBRARIES})
|