cppcheck/gui/test/benchmark/simple/simple.pro

16 lines
253 B
Prolog
Raw Normal View History

2011-06-20 19:04:14 +02:00
TEMPLATE = app
TARGET = benchmark-simple
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../../../temp
MOC_DIR = ../../temp
2011-06-20 19:04:14 +02:00
include(../../common.pri)
2011-06-20 19:04:14 +02:00
DEFINES += SRCDIR=\\\"$$PWD\\\"
# tests
SOURCES += benchmarksimple.cpp
HEADERS += benchmarksimple.h