TEMPLATE = app TARGET = test-cppchecklibrarydata DEPENDPATH += . INCLUDEPATH += . OBJECTS_DIR = ../../temp MOC_DIR = ../../temp QT -= gui QT += core QT += testlib include(../common.pri) DEFINES += SRCDIR=\\\"$$PWD\\\" SOURCES += testcppchecklibrarydata.cpp \ ../../cppchecklibrarydata.cpp HEADERS += testcppchecklibrarydata.h \ ../../cppchecklibrarydata.h \ RESOURCES += \ resources.qrc