Skip to content

Commit

Permalink
Haiku: Enable FreeType2/FontConfig support
Browse files Browse the repository at this point in the history
Pass the correct include path to the config test, otherwise compilation
will fail.

Change-Id: I6723cad41ec289b051dcc9c47b3b1d67af7c5879
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
tokoe-kdab committed May 4, 2015
1 parent 8a51ca0 commit 85d9403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.tests/unix/freetype/freetype.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
TRY_INCLUDEPATHS = /include /usr/include $$QMAKE_INCDIR $$QMAKE_INCDIR_X11 $$INCLUDEPATH
# LSB doesn't allow using headers from /include or /usr/include
linux-lsb-g++:TRY_INCLUDEPATHS = $$QMAKE_INCDIR $$QMAKE_INCDIR_X11 $$INCLUDEPATH
haiku:TRY_INCLUDEPATHS += /system/develop/headers
for(p, TRY_INCLUDEPATHS) {
p = $$join(p, "", "", "/freetype2")
exists($$p):INCLUDEPATH *= $$p
Expand Down

0 comments on commit 85d9403

Please sign in to comment.