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