Index: denali.pro =================================================================== diff -u -rd26aff743bca7eceb609ce5b30cea7cbfa39748f -r5b68ba0e456eb8667195ce78d280868c389310ea --- denali.pro (.../denali.pro) (revision d26aff743bca7eceb609ce5b30cea7cbfa39748f) +++ denali.pro (.../denali.pro) (revision 5b68ba0e456eb8667195ce78d280868c389310ea) @@ -779,6 +779,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 =