tools/qttracereplay/qttracereplay.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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