summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
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/other
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/other')
-rw-r--r--tests/auto/other/qcomplextext/qcomplextext.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/other/qcomplextext/qcomplextext.pro b/tests/auto/other/qcomplextext/qcomplextext.pro
index f6c0c261be..7848028134 100644
--- a/tests/auto/other/qcomplextext/qcomplextext.pro
+++ b/tests/auto/other/qcomplextext/qcomplextext.pro
@@ -4,5 +4,4 @@ TARGET = tst_qcomplextext
QT += widgets widgets-private testlib
QT += core-private gui-private
SOURCES += tst_qcomplextext.cpp
-INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0