summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz_dependency.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/harfbuzz_dependency.pri')
-rw-r--r--src/3rdparty/harfbuzz_dependency.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/harfbuzz_dependency.pri b/src/3rdparty/harfbuzz_dependency.pri
index f39bb62381..5946f403c5 100644
--- a/src/3rdparty/harfbuzz_dependency.pri
+++ b/src/3rdparty/harfbuzz_dependency.pri
@@ -1,6 +1,6 @@
-contains(QT_CONFIG, system-harfbuzz) {
+qtConfig(system-harfbuzz) {
QMAKE_USE_PRIVATE += harfbuzz
-} else: contains(QT_CONFIG, harfbuzz) {
+} else: qtConfig(harfbuzz) {
INCLUDEPATH += $$PWD/harfbuzz-ng/include
LIBS_PRIVATE += -L$$QT_BUILD_TREE/lib -lqtharfbuzzng$$qtPlatformTargetSuffix()
}