diff options
Diffstat (limited to 'examples/declarative/mapviewer/qml.pro')
-rw-r--r-- | examples/declarative/mapviewer/qml.pro | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/examples/declarative/mapviewer/qml.pro b/examples/declarative/mapviewer/qml.pro index 049d239d..de31af0b 100644 --- a/examples/declarative/mapviewer/qml.pro +++ b/examples/declarative/mapviewer/qml.pro @@ -6,19 +6,21 @@ files.path = /opt/mt/applications/mt-qt5location-mapviewer include(mapviewer.pri) qmlcontent.path = $$files.path -qmlcontentdialogs.path = $$files.path/content/dialogs qmlcontentmap.path = $$files.path/content/map -qmlcontentcomponents.path = $$files.path/content/components -qmlcontentcomponentsstyle.path = $$files.path/content/components/style - -resources.files = content/resources/* -resources.path = $$files.path/content/resources +qmlcontentdialogs.path = $$files.path/content/dialogs +qmlcomponents.path = $$files.path/imports/QtLocation/examples/components +qmlcomponentsstyle.path = $$qmlcomponents.path/style +qmldialogs.path = $$files.path/imports/QtLocation/examples/dialogs +qmldir.path = $$files.path/imports/QtLocation/examples +commonresources.path = $$files.path/resources INSTALLS += \ files \ qmlcontent \ - qmlcontentdialogs \ qmlcontentmap \ - qmlcontentcomponents \ - qmlcontentcomponentsstyle \ - resources + qmlcontentdialogs \ + qmlcomponents \ + qmlcomponentsstyle \ + qmldialogs \ + qmldir \ + commonresources |