From e60af03e2faee1b20cbbf722bcc57f06fcd793fe Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Thu, 1 Aug 2019 16:03:00 +0200 Subject: Update qml modules Updated qml modules to be compatible with the latest changes to add_qml_modules. Change-Id: I3342a1375bfa64a16fb0c54f812c56bad173f73c Reviewed-by: Simon Hausmann --- src/imports/wavefrontmesh/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/imports/wavefrontmesh') diff --git a/src/imports/wavefrontmesh/CMakeLists.txt b/src/imports/wavefrontmesh/CMakeLists.txt index 06e81f6f19..dac61917d1 100644 --- a/src/imports/wavefrontmesh/CMakeLists.txt +++ b/src/imports/wavefrontmesh/CMakeLists.txt @@ -5,9 +5,10 @@ ##################################################################### add_qml_module(qmlwavefrontmeshplugin - INSTALL_QML_FILES - TARGET_PATH "Qt/labs/wavefrontmesh" - IMPORT_VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}" + CPP_PLUGIN + URI "Qt.labs.wavefrontmesh" + VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}" + RESOURCE_PREFIX "/qt-project.org/imports" SOURCES plugin.cpp qwavefrontmesh.cpp qwavefrontmesh.h -- cgit v1.2.3