summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/main.cpp')
-rw-r--r--tradeshow/iot-sensortag/main.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tradeshow/iot-sensortag/main.cpp b/tradeshow/iot-sensortag/main.cpp
index ba5324b..34cdcfc 100644
--- a/tradeshow/iot-sensortag/main.cpp
+++ b/tradeshow/iot-sensortag/main.cpp
@@ -167,9 +167,13 @@ int main(int argc, char *argv[])
addressString.append(QLatin1Char('/'));
}
}
+#ifdef UI_WATCH
+ mainFile = namingScheme + QStringLiteral("/resources/watch/MainWatch.qml");
+ styleFile = namingScheme + QStringLiteral("/resources/watch/StyleWatch.qml");
+#else
mainFile = namingScheme + QStringLiteral("/resources/small/MainSmall.qml");
styleFile = namingScheme + QStringLiteral("/resources/small/StyleSmall.qml");
-
+#endif
qmlRegisterSingletonType(styleFile, "Style", 1,0, "Style");
if (qEnvironmentVariableIsSet("QT_IOS_DEMO_NO_FULLSCREEN")) {