Index: denali.pro =================================================================== diff -u -r9891a1deb940324058d295bcd3ff5e55c47701c2 -re21ca0502e7624cce9eae7f88d2377501db897fe --- denali.pro (.../denali.pro) (revision 9891a1deb940324058d295bcd3ff5e55c47701c2) +++ denali.pro (.../denali.pro) (revision e21ca0502e7624cce9eae7f88d2377501db897fe) @@ -783,6 +783,16 @@ SOURCES += unittests/tst_messaging.cpp } +tst_fileHandler { + message(Building with QtTest test case fileHandler) + QT += testlib + DEFINES += UNIT_TEST \ + TEST_CLASS_INCLUDE=\\\"unittests/tst_fileHandler.h\\\" \ + TEST_CLASS_NAME=tst_fileHandler + HEADERS += unittests/tst_fileHandler.h + SOURCES += unittests/tst_fileHandler.cpp +} + # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH =