summaryrefslogtreecommitdiffstats
path: root/tests/manual/perf2text/perf2text.pro
blob: 88acc5d49655a9b4ff00afd6e9f7401686d86389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT     = core
CONFIG += c++11 console
CONFIG -= app_bundle

CONFIG += strict_flags warn_on

INCLUDEPATH += ../../../app

include(../../../paths.pri)
include(../../auto/shared/shared.pri)

DEFINES += MANUAL_TEST
DESTDIR = $$PERFPARSER_APP_DESTDIR
target.path = $$PERFPARSER_APP_INSTALLDIR
INSTALLS += target

TARGET = perf2text

SOURCES += perf2text.cpp

OTHER_FILES += perf2text.qbs