aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtqml
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-08-09 11:45:33 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-08-09 12:16:01 +0000
commit381e1585df5c255b1ce79483268d722f2bb46b65 (patch)
treed42753a753faf5cd57e9d861b70ca6c8e5e41481 /src/imports/qtqml
parentac6c77326439d84ba3c156b96e7d47266c8f982d (diff)
Re-generate QML imports after latest pro2cmake changes
The resource prefix is now calculated. Change-Id: If6faf9aea193a534d3b02d00de28c59724974d3c Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/imports/qtqml')
-rw-r--r--src/imports/qtqml/.prev_CMakeLists.txt1
-rw-r--r--src/imports/qtqml/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/imports/qtqml/.prev_CMakeLists.txt b/src/imports/qtqml/.prev_CMakeLists.txt
index 9c76939c6c..2f64891d2b 100644
--- a/src/imports/qtqml/.prev_CMakeLists.txt
+++ b/src/imports/qtqml/.prev_CMakeLists.txt
@@ -8,7 +8,6 @@ add_qml_module(qmlplugin
CPP_PLUGIN
URI "QtQml"
VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
- RESOURCE_PREFIX "/qt-project.org/imports"
SOURCES
plugin.cpp
LIBRARIES
diff --git a/src/imports/qtqml/CMakeLists.txt b/src/imports/qtqml/CMakeLists.txt
index 50ee3350c6..03ef5a353c 100644
--- a/src/imports/qtqml/CMakeLists.txt
+++ b/src/imports/qtqml/CMakeLists.txt
@@ -8,7 +8,6 @@ add_qml_module(qmlplugin
CPP_PLUGIN
URI "QtQml"
VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
- RESOURCE_PREFIX "/qt-project.org/imports"
SOURCES
plugin.cpp
LIBRARIES