summaryrefslogtreecommitdiff
path: root/src/extras/extras.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-04-03 11:41:33 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-04-03 13:34:33 +0000
commitda9183da38513d5531af3753d14d040991e04132 (patch)
tree420cecf909bc9cca9092de4396c3ab896c7f98a5 /src/extras/extras.pro
parent58bea5210dff23e0e125e91e94e1f933d8329521 (diff)
downloadqtquickcontrols-da9183da38513d5531af3753d14d040991e04132.tar.gz
Remove qrc based default qml distribution for QQC extras
This is consistent with the other modules and prepares for the use of qml caching. Change-Id: Ifab9187ac60a52d0464c5afe46772a9da1489c73 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/extras/extras.pro')
-rw-r--r--src/extras/extras.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/extras/extras.pro b/src/extras/extras.pro
index ab2f69cd..3604044d 100644
--- a/src/extras/extras.pro
+++ b/src/extras/extras.pro
@@ -8,7 +8,7 @@ QT += qml
QMAKE_DOCS = $$PWD/doc/qtquickextras.qdocconf
-CONTROLS_QML_FILES = \
+QML_FILES += \
CircularGauge.qml \
DelayButton.qml \
Dial.qml \
@@ -30,9 +30,6 @@ include(designer/designer.pri)
OTHER_FILES += doc/src/*
-!static:RESOURCES += extras.qrc
-else: QML_FILES += $$CONTROLS_QML_FILES
-
TR_EXCLUDE += designer/*
CONFIG += no_cxx_module