summaryrefslogtreecommitdiffstats
path: root/tools/qttracereplay/qttracereplay.pro
blob: 766ed0401d2b50959a9908a96b43f24c0f501c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app

DESTDIR     = ../../bin

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

# Input
SOURCES += main.cpp

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