summaryrefslogtreecommitdiff
path: root/examples/weatherinfo/weatherinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/weatherinfo/weatherinfo.pro')
-rw-r--r--examples/weatherinfo/weatherinfo.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/weatherinfo/weatherinfo.pro b/examples/weatherinfo/weatherinfo.pro
index 698115ba..1470b8a0 100644
--- a/examples/weatherinfo/weatherinfo.pro
+++ b/examples/weatherinfo/weatherinfo.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = weatherinfo
-QT += core network location qml quick
+QT += core network positioning qml quick
SOURCES += main.cpp \
appmodel.cpp
@@ -16,7 +16,7 @@ RESOURCES += weatherinfo.qrc
HEADERS += appmodel.h
#install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/weatherinfo
+target.path = $$[QT_INSTALL_EXAMPLES]/qtpositioning/weatherinfo
sources.files = $$SOURCES $HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/weatherinfo
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtpositioning/weatherinfo
INSTALLS += target sources