From 381e1585df5c255b1ce79483268d722f2bb46b65 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 9 Aug 2019 11:45:33 +0200 Subject: Re-generate QML imports after latest pro2cmake changes The resource prefix is now calculated. Change-Id: If6faf9aea193a534d3b02d00de28c59724974d3c Reviewed-by: Leander Beernaert Reviewed-by: Alexandru Croitor --- src/imports/qtqml/.prev_CMakeLists.txt | 1 - src/imports/qtqml/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) (limited to 'src/imports/qtqml') 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 -- cgit v1.2.3