summaryrefslogtreecommitdiff
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.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/positioning/weatherinfo/weatherinfo.pro b/examples/positioning/weatherinfo/weatherinfo.pro
index 376bf3f5..b3ab37b2 100644
--- a/examples/positioning/weatherinfo/weatherinfo.pro
+++ b/examples/positioning/weatherinfo/weatherinfo.pro
@@ -8,7 +8,9 @@ QML_IMPORT_NAME = WeatherInfo
QML_IMPORT_MAJOR_VERSION = 1
SOURCES += main.cpp \
- appmodel.cpp
+ appmodel.cpp \
+ openweathermapbackend.cpp \
+ providerbackend.cpp
OTHER_FILES += weatherinfo.qml \
components/WeatherIcon.qml \
@@ -19,7 +21,9 @@ OTHER_FILES += weatherinfo.qml \
RESOURCES += weatherinfo.qrc
-HEADERS += appmodel.h
+HEADERS += appmodel.h \
+ openweathermapbackend.h \
+ providerbackend.h
target.path = $$[QT_INSTALL_EXAMPLES]/positioning/weatherinfo
INSTALLS += target