summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz_dependency.pri
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2015-03-11 13:09:48 +0400
committerKonstantin Ritt <ritt.ks@gmail.com>2015-03-11 21:46:58 +0000
commit6ca406d43d63d4c6503f2213b6c8cf0f25f6af5e (patch)
tree961f75f6b33dd463523d3ee96d8f43dd691e8028 /src/3rdparty/harfbuzz_dependency.pri
parentcc9ca2becea6814b14c87615f67bb8db17968bc1 (diff)
Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdparty
Change-Id: I59bf922e3085a03a4c2c370f42418cb005456d3e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/3rdparty/harfbuzz_dependency.pri')
-rw-r--r--src/3rdparty/harfbuzz_dependency.pri6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/3rdparty/harfbuzz_dependency.pri b/src/3rdparty/harfbuzz_dependency.pri
new file mode 100644
index 0000000000..74433688f6
--- /dev/null
+++ b/src/3rdparty/harfbuzz_dependency.pri
@@ -0,0 +1,6 @@
+contains(QT_CONFIG, harfbuzz) {
+ INCLUDEPATH += $$PWD/harfbuzz-ng/include
+ LIBS_PRIVATE += -L$$QT_BUILD_TREE/lib -lqtharfbuzzng$$qtPlatformTargetSuffix()
+} else:contains(QT_CONFIG, system-harfbuzz) {
+ LIBS_PRIVATE += -lharfbuzz
+}