summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-12-07 14:26:07 +0100
committerAndy Shaw <andy.shaw@qt.io>2018-12-10 13:29:36 +0000
commita9436b597916d5619cbbbbd103bc482ddaf4359a (patch)
tree784d2338a57a40b964a93868c9ea105e24dad499 /src/controls/controls.pro
parent8abf15b4ba974576e13f37b09117454fc1e6b1d9 (diff)
downloadqtquickcontrols-a9436b597916d5619cbbbbd103bc482ddaf4359a.tar.gz
Static: Register the base style qml files so they can be found
If the files are not registered then it will look for them on the disk instead because it has no entry for them. This changed at some point in the Qt 5.12.0 release but has technically been wrong for some time as they should always be registered. Change-Id: I8246a4f5fb4d94ebc5f7ca262d1821a409eb6c9f Fixes: QTBUG-72338 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/controls/controls.pro')
-rw-r--r--src/controls/controls.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/controls.pro b/src/controls/controls.pro
index 75871bf0..3119d33d 100644
--- a/src/controls/controls.pro
+++ b/src/controls/controls.pro
@@ -45,6 +45,7 @@ qtquickcompiler {
} else {
QML_FILES += $$CONTROLS_QML_FILES
!static: CONFIG += qmlcache
+ else: CONTROLS_QML_FILES += qmldir
}
SOURCES += $$PWD/plugin.cpp