summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qrawfont/qrawfont.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-03 21:15:02 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 13:57:55 +0100
commit5ea41a2efa67c2ca1fe13a00992a8b7cb29a00cf (patch)
tree7aca331e256e67a80a238cab281734e2687573e0 /tests/auto/gui/text/qrawfont/qrawfont.pro
parent24f623bedac2009d6dd9034282053b87c94b0e21 (diff)
properly syncqt-ize harfbuzz headers
we were already installing them into QtCore/private, so turn them into proper private headers to start with. this cleans up our project files. Change-Id: I0795f79e03b60b5854de9e4dc339e9b5a5e6fd87 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/gui/text/qrawfont/qrawfont.pro')
-rw-r--r--tests/auto/gui/text/qrawfont/qrawfont.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/gui/text/qrawfont/qrawfont.pro b/tests/auto/gui/text/qrawfont/qrawfont.pro
index b764cfbee0..ce4d0aec40 100644
--- a/tests/auto/gui/text/qrawfont/qrawfont.pro
+++ b/tests/auto/gui/text/qrawfont/qrawfont.pro
@@ -7,7 +7,5 @@ QT = core core-private gui gui-private testlib
SOURCES += \
tst_qrawfont.cpp
-INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
-
TESTDATA += testfont_bold_italic.ttf testfont.ttf
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0