aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/quick.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-08-23 16:39:29 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-23 16:43:58 +0200
commite2736212a7762d8c6d474d64bec1df87799cf33b (patch)
tree9d5c88e10d32fd872c3ab6b8d312fc9f350c26d4 /src/quick/quick.pro
parent3eed20c22ee046c42fec81b0d9d6e47a27bdbe03 (diff)
parent8eeede619f417904cbd33fd44143f857dfce0996 (diff)
Merge branch remote-tracking branch '5.8' into wip/pointerhandler
Diffstat (limited to 'src/quick/quick.pro')
-rw-r--r--src/quick/quick.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/quick.pro b/src/quick/quick.pro
index e89db182f3..9f96ae2e33 100644
--- a/src/quick/quick.pro
+++ b/src/quick/quick.pro
@@ -34,7 +34,7 @@ include(scenegraph/scenegraph.pri)
include(items/items.pri)
include(handlers/handlers.pri)
include(designer/designer.pri)
-contains(QT_CONFIG, accessibility) {
+qtConfig(accessibility) {
include(accessible/accessible.pri)
}