Skip to content

Commit

Permalink
fix non-git shadow builds
Browse files Browse the repository at this point in the history
the qt headers live in the source dir in this configuration.

instead of hard-coding the path in the project file, use the correct
module variable. this requires harfbuzz-ng to be built after corelib.

Change-Id: If1b64b59a0939d3b5190331fcf70da566d4eeedd
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
ossilator authored and Jani Heikkinen committed Feb 16, 2015
1 parent 21d1faa commit 69196b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEFINES += HAVE_ATEXIT
unix: DEFINES += HAVE_PTHREAD HAVE_SCHED_H HAVE_SCHED_YIELD

INCLUDEPATH += $$PWD/include
INCLUDEPATH += $$OUT_PWD/../../../include
INCLUDEPATH += $$QT.core.includes

SOURCES += \
$$PWD/src/hb-blob.cc \
Expand Down
1 change: 1 addition & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ src_testlib.depends = src_corelib # src_gui & src_widgets are not build-depend

src_3rdparty_harfbuzzng.subdir = $$PWD/3rdparty/harfbuzz-ng
src_3rdparty_harfbuzzng.target = sub-3rdparty-harfbuzzng
src_3rdparty_harfbuzzng.depends = src_corelib # for the Qt atomics

src_angle.subdir = $$PWD/angle
src_angle.target = sub-angle
Expand Down

0 comments on commit 69196b3

Please sign in to comment.