summaryrefslogtreecommitdiffstats
path: root/tools/qttracereplay/qttracereplay.pro
blob: cc5b98dc0c36b7e7244a37979cbfc58f10a231e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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