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

16 lines
252 B
Prolog
Raw Normal View History

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