Commit 69196b38 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by Jani Heikkinen
Browse files

fix non-git shadow builds


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: default avatarThiago Macieira <thiago.macieira@intel.com>
Showing with 2 additions and 1 deletion
...@@ -14,7 +14,7 @@ DEFINES += HAVE_ATEXIT ...@@ -14,7 +14,7 @@ DEFINES += HAVE_ATEXIT
unix: DEFINES += HAVE_PTHREAD HAVE_SCHED_H HAVE_SCHED_YIELD unix: DEFINES += HAVE_PTHREAD HAVE_SCHED_H HAVE_SCHED_YIELD
INCLUDEPATH += $$PWD/include INCLUDEPATH += $$PWD/include
INCLUDEPATH += $$OUT_PWD/../../../include INCLUDEPATH += $$QT.core.includes
SOURCES += \ SOURCES += \
$$PWD/src/hb-blob.cc \ $$PWD/src/hb-blob.cc \
......
...@@ -83,6 +83,7 @@ src_testlib.depends = src_corelib # src_gui & src_widgets are not build-depend ...@@ -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.subdir = $$PWD/3rdparty/harfbuzz-ng
src_3rdparty_harfbuzzng.target = sub-3rdparty-harfbuzzng src_3rdparty_harfbuzzng.target = sub-3rdparty-harfbuzzng
src_3rdparty_harfbuzzng.depends = src_corelib # for the Qt atomics
src_angle.subdir = $$PWD/angle src_angle.subdir = $$PWD/angle
src_angle.target = sub-angle src_angle.target = sub-angle
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment