tests/auto/qtextscriptengine/generate/generate.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     3 ######################################################################
     3 ######################################################################
     4 
     4 
     5 TEMPLATE = app
     5 TEMPLATE = app
     6 CONFIG -= moc
     6 CONFIG -= moc
     7 INCLUDEPATH += . /usr/include/freetype2
     7 INCLUDEPATH += . /usr/include/freetype2
       
     8 INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
     8 
     9 
     9 # Input
    10 # Input
    10 SOURCES += main.cpp
    11 SOURCES += main.cpp
    11 CONFIG += qt warn_on debug  thread create_prl link_prl
    12 CONFIG += qt warn_on debug  thread create_prl link_prl
    12 
    13