summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places_list/places_list.pro')
-rw-r--r--examples/location/places_list/places_list.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/location/places_list/places_list.pro b/examples/location/places_list/places_list.pro
index 68a6d494..f2fddb5a 100644
--- a/examples/location/places_list/places_list.pro
+++ b/examples/location/places_list/places_list.pro
@@ -4,9 +4,9 @@ TEMPLATE = app
QT += quick qml network
SOURCES = main.cpp
-qmlcontent.files += $$files(*.qml)
+RESOURCES += \
+ resources.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/location/places_list
-qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/location/places_list
+INSTALLS += target
-INSTALLS += target qmlcontent