summaryrefslogtreecommitdiffstats
path: root/examples/positioning/weatherinfo/weatherinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/positioning/weatherinfo/weatherinfo.pro')
-rw-r--r--examples/positioning/weatherinfo/weatherinfo.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/positioning/weatherinfo/weatherinfo.pro b/examples/positioning/weatherinfo/weatherinfo.pro
new file mode 100644
index 00000000..1470b8a0
--- /dev/null
+++ b/examples/positioning/weatherinfo/weatherinfo.pro
@@ -0,0 +1,22 @@
+TEMPLATE = app
+TARGET = weatherinfo
+
+QT += core network positioning qml quick
+
+SOURCES += main.cpp \
+ appmodel.cpp
+
+OTHER_FILES += weatherinfo.qml \
+ components/WeatherIcon.qml \
+ components/ForecastIcon.qml \
+ components/BigForecastIcon.qml
+
+RESOURCES += weatherinfo.qrc
+
+HEADERS += appmodel.h
+
+#install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtpositioning/weatherinfo
+sources.files = $$SOURCES $HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtpositioning/weatherinfo
+INSTALLS += target sources