summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets.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 /src/widgets/widgets.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 'src/widgets/widgets.pro')
-rw-r--r--src/widgets/widgets.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/widgets.pro b/src/widgets/widgets.pro
index f8f00af69b..5f06d4a522 100644
--- a/src/widgets/widgets.pro
+++ b/src/widgets/widgets.pro
@@ -41,8 +41,6 @@ testcocoon {
load(testcocoon)
}
-INCLUDEPATH += ../3rdparty/harfbuzz/src
-
win32:!contains(QT_CONFIG, directwrite) {
DEFINES += QT_NO_DIRECTWRITE
}