Index: denali.pro =================================================================== diff -u -r8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6 -r17cf10c16cb68ff285fd2fec452f26cc41af76d8 --- denali.pro (.../denali.pro) (revision 8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6) +++ denali.pro (.../denali.pro) (revision 17cf10c16cb68ff285fd2fec452f26cc41af76d8) @@ -197,6 +197,15 @@ unittests/tst_acknow.cpp } +tst_slider { + message(Building with Quick Test test case slider) + CONFIG += warn_on qmltestcase + QT += testlib + DEFINES += QUICK_UNIT_TEST \ + TEST_CLASS_NAME=tst_slider +} + + # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH = @@ -207,3 +216,5 @@ qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target + +DISTFILES +=