summaryrefslogtreecommitdiffstats
path: root/tools/qttracereplay/qttracereplay.pro
blob: a97dcda81e1de50a4f1f7fcdbc4a60ed34dd3998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app

DESTDIR     = ../../bin

DEPENDPATH += .
INCLUDEPATH += . ../../src/3rdparty/harfbuzz/src
TARGET = qttracereplay

# Input
SOURCES += main.cpp

target.path=$$[QT_INSTALL_BINS]
INSTALLS += target

CONFIG += console
build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}