summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-09-13 14:04:25 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-09-18 11:07:17 +0200
commit392931662d92a73a4379e59b077dc48ee43f1e70 (patch)
tree229a812b64faa432029d50faeae00b3c4d0d2b59 /src
parenta96c4b3aab4592155f7647399f6f2eda98d3908a (diff)
Fix qtConfLibrary_freetype's include paths
The variable QMAKE_DEFAULT_INCDIRS was misspelled, which means we never really looked for freetype in the default paths. Change-Id: I20c35a783505678169ecb642927f74b339e55b68 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/configure.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.pri b/src/gui/configure.pri
index 1b95449a10..1c024779b2 100644
--- a/src/gui/configure.pri
+++ b/src/gui/configure.pri
@@ -3,7 +3,7 @@
defineTest(qtConfLibrary_freetype) {
TRY_INCLUDEPATHS = $$EXTRA_INCLUDEPATH $$QMAKE_INCDIR_X11
haiku: TRY_INCLUDEPATHS += /system/develop/headers
- TRY_INCLUDEPATHS += $$QMAKE_DEFAULT_INCDIR
+ TRY_INCLUDEPATHS += $$QMAKE_DEFAULT_INCDIRS
for (p, TRY_INCLUDEPATHS) {
includedir = $$p/freetype2
exists($$includedir) {