Reenable tests in declarativeimports
This commit is contained in:
parent
d0358cda71
commit
5b17b0f082
@ -67,4 +67,4 @@ endif(X11_FOUND)
|
|||||||
install(TARGETS corebindingsplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/core)
|
install(TARGETS corebindingsplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/core)
|
||||||
install(FILES qmldir ToolTip.qml 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)
|
||||||
|
@ -17,6 +17,7 @@ target_link_libraries(sortfiltermodeltest
|
|||||||
plasma
|
plasma
|
||||||
${QT_QTGUI_LIBRARY}
|
${QT_QTGUI_LIBRARY}
|
||||||
${QT_QTTEST_LIBRARY}
|
${QT_QTTEST_LIBRARY}
|
||||||
|
${KDE4Support_LIBRARIES}
|
||||||
KF5::KI18n
|
KF5::KI18n
|
||||||
Qt5::Qml
|
Qt5::Qml
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
project(qtextracomponents)
|
project(qtextracomponents)
|
||||||
|
|
||||||
#add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
|
||||||
set(qtextracomponents_SRCS
|
set(qtextracomponents_SRCS
|
||||||
qtextracomponentsplugin.cpp
|
qtextracomponentsplugin.cpp
|
||||||
|
@ -8,7 +8,7 @@ target_link_libraries(fullmodelaccesstest
|
|||||||
${QT_QTGUI_LIBRARY}
|
${QT_QTGUI_LIBRARY}
|
||||||
${QT_QTTEST_LIBRARY}
|
${QT_QTTEST_LIBRARY}
|
||||||
${KCore_LIBRARIES}
|
${KCore_LIBRARIES}
|
||||||
#${KDE4Support_LIBRARIES}
|
${KDE4Support_LIBRARIES}
|
||||||
KF5::KI18n
|
KF5::KI18n
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user