aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker/benchmarker.pro
blob: 5342e650c0fba9557f955bf76bed7657fc6f557b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qbs_benchmarker
DESTDIR = ../../bin
CONFIG += console
CONFIG -= app_bundle
CONFIG += c++14
QT += concurrent
SOURCES = \
    benchmarker-main.cpp \
    benchmarker.cpp \
    commandlineparser.cpp \
    runsupport.cpp \
    valgrindrunner.cpp

HEADERS = \
    activities.h \
    benchmarker.h \
    commandlineparser.h \
    exception.h \
    runsupport.h \
    valgrindrunner.h