aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker/benchmarker.pro
blob: 875cf1de0b516e7346d65b25d5c2695fc7634eaa (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++17
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