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.pro31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/positioning/weatherinfo/weatherinfo.pro b/examples/positioning/weatherinfo/weatherinfo.pro
deleted file mode 100644
index eb88ca42..00000000
--- a/examples/positioning/weatherinfo/weatherinfo.pro
+++ /dev/null
@@ -1,31 +0,0 @@
-TEMPLATE = app
-TARGET = weatherinfo
-
-QT += core network positioning qml quick
-
-CONFIG += qmltypes
-QML_IMPORT_NAME = WeatherInfo
-QML_IMPORT_MAJOR_VERSION = 1
-
-SOURCES += main.cpp \
- appmodel.cpp \
- openweathermapbackend.cpp \
- providerbackend.cpp \
- weatherapibackend.cpp
-
-OTHER_FILES += weatherinfo.qml \
- components/WeatherIcon.qml \
- components/ForecastIcon.qml \
- components/BigForecastIcon.qml \
- icons/*
-
-
-RESOURCES += weatherinfo.qrc
-
-HEADERS += appmodel.h \
- openweathermapbackend.h \
- providerbackend.h \
- weatherapibackend.h
-
-target.path = $$[QT_INSTALL_EXAMPLES]/positioning/weatherinfo
-INSTALLS += target