equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 |
|
3 DESTDIR = ../../bin |
|
4 |
|
5 DEPENDPATH += . |
|
6 INCLUDEPATH += . ../../src/3rdparty/harfbuzz/src |
|
7 TARGET = qttracereplay |
|
8 |
|
9 # Input |
|
10 SOURCES += main.cpp |
|
11 |
|
12 target.path=$$[QT_INSTALL_BINS] |
|
13 INSTALLS += target |