You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
405 B

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