summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzzng.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/harfbuzzng.pri')
-rw-r--r--src/3rdparty/harfbuzzng.pri6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/3rdparty/harfbuzzng.pri b/src/3rdparty/harfbuzzng.pri
new file mode 100644
index 0000000000..74433688f6
--- /dev/null
+++ b/src/3rdparty/harfbuzzng.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
+}