equal
deleted
inserted
replaced
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 |