aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/wearable.qrc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-13 08:42:48 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-13 09:31:41 +0000
commitb2f0c3ff02e2eab13f5204f027edf6a7f1e58bdb (patch)
tree3e320b62baa537b450db89748561cb8ea4e3cb14 /examples/quickcontrols2/wearable/wearable.qrc
parentbb66378c0d37098444ffa80ec5e9a87dfa5ab1cf (diff)
Wearable: utilize the styling system
Change-Id: I6b7068c0416cdd16a98752241f6c3105652c9c08 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quickcontrols2/wearable/wearable.qrc')
-rw-r--r--examples/quickcontrols2/wearable/wearable.qrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quickcontrols2/wearable/wearable.qrc b/examples/quickcontrols2/wearable/wearable.qrc
index 0621f4d4..7c88cafa 100644
--- a/examples/quickcontrols2/wearable/wearable.qrc
+++ b/examples/quickcontrols2/wearable/wearable.qrc
@@ -3,10 +3,6 @@
<file>wearable.qml</file>
<file>qml/Alarms/alarms.js</file>
<file>qml/Alarms/AlarmsMain.qml</file>
- <file>qml/Common/qmldir</file>
- <file>qml/Common/UIStyle.qml</file>
- <file>qml/Common/WSlider.qml</file>
- <file>qml/Common/WSwitch.qml</file>
<file>qml/Fitness/fitness.js</file>
<file>qml/Fitness/FitnessMain.qml</file>
<file>qml/LauncherMain.qml</file>
@@ -19,6 +15,10 @@
<file>qml/Notifications/NotificationsMain.qml</file>
<file>qml/Settings/SettingsData.qml</file>
<file>qml/Settings/SettingsMain.qml</file>
+ <file>qml/Style/qmldir</file>
+ <file>qml/Style/UIStyle.qml</file>
+ <file>qml/Style/Slider.qml</file>
+ <file>qml/Style/Switch.qml</file>
<file>qml/WatchFace/Clock.qml</file>
<file>qml/WatchFace/WatchFaceMain.qml</file>
<file>qml/Weather/weather.js</file>