aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/quicktemplates2.pro
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-11-10 22:42:43 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-11-10 22:42:43 +0200
commit3a657dc092bea4d21f281368b0caad01e1aa6e32 (patch)
tree157fe82379e7d544ce92d84e8ce9fe645bc9c036 /src/quicktemplates2/quicktemplates2.pro
parent5b169fcfcb123c5a129ba63133dd27c56675a479 (diff)
parent29dfaa92b9d56f5555b511756f5b8ee62aabc0bf (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgpl
Diffstat (limited to 'src/quicktemplates2/quicktemplates2.pro')
-rw-r--r--src/quicktemplates2/quicktemplates2.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/quicktemplates2/quicktemplates2.pro b/src/quicktemplates2/quicktemplates2.pro
index 5138b610..a3f778b2 100644
--- a/src/quicktemplates2/quicktemplates2.pro
+++ b/src/quicktemplates2/quicktemplates2.pro
@@ -14,5 +14,7 @@ SOURCES += \
$$PWD/qtquicktemplates2global.cpp
include(quicktemplates2.pri)
-include(accessible/accessible.pri)
+qtConfig(accessibility) {
+ include(accessible/accessible.pri)
+}
load(qt_module)