Reenable tests in declarativeimports

This commit is contained in:
Sebastian Kügler 2013-10-05 06:00:21 +02:00
parent d0358cda71
commit 5b17b0f082
4 changed files with 4 additions and 3 deletions

View File

@ -67,4 +67,4 @@ endif(X11_FOUND)
install(TARGETS corebindingsplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/core)
install(FILES qmldir ToolTip.qml DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/core)
#add_subdirectory(tests)
add_subdirectory(tests)

View File

@ -17,6 +17,7 @@ target_link_libraries(sortfiltermodeltest
plasma
${QT_QTGUI_LIBRARY}
${QT_QTTEST_LIBRARY}
${KDE4Support_LIBRARIES}
KF5::KI18n
Qt5::Qml
)

View File

@ -1,6 +1,6 @@
project(qtextracomponents)
#add_subdirectory(tests)
add_subdirectory(tests)
set(qtextracomponents_SRCS
qtextracomponentsplugin.cpp

View File

@ -8,7 +8,7 @@ target_link_libraries(fullmodelaccesstest
${QT_QTGUI_LIBRARY}
${QT_QTTEST_LIBRARY}
${KCore_LIBRARIES}
#${KDE4Support_LIBRARIES}
${KDE4Support_LIBRARIES}
KF5::KI18n
)