2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qtextscriptengine
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-10-25 01:38:02 +00:00
|
|
|
QT += core-private gui-private testlib
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS +=
|
|
|
|
SOURCES += tst_qtextscriptengine.cpp
|
|
|
|
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
|
2011-12-08 11:08:12 +00:00
|
|
|
|
|
|
|
mac: CONFIG += insignificant_test # QTBUG-23064
|