From 830119d8fc87408dbd5ec784bd8c96d290680ae1 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Tue, 20 Jun 2023 09:48:11 +0000 Subject: Revert "Fix policy warnings QTP0001 for Qt 6.5" This reverts commit 2bb4874df0382a7753e91ad6664e2b3ae1d75ef1. Reason for revert: blocks current Qt 6.5.1 and newer related builds Change-Id: I42b6b56f15744bd1091f77723587971e913f3773 Reviewed-by: Tim Jenssen --- src/imports/application/CMakeLists.txt | 1 - src/imports/components/CMakeLists.txt | 1 - src/imports/effects_qt6/CMakeLists.txt | 1 - src/imports/flowview/CMakeLists.txt | 1 - src/imports/logichelper/CMakeLists.txt | 1 - src/imports/multitext/CMakeLists.txt | 1 - src/imports/tools/eventsimulator/CMakeLists.txt | 1 - src/imports/tools/eventsystem/CMakeLists.txt | 1 - 8 files changed, 8 deletions(-) diff --git a/src/imports/application/CMakeLists.txt b/src/imports/application/CMakeLists.txt index 248a9ac..175a85f 100644 --- a/src/imports/application/CMakeLists.txt +++ b/src/imports/application/CMakeLists.txt @@ -5,7 +5,6 @@ qt_internal_add_qml_module(QuickStudioApplication URI "QtQuick.Studio.Application" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED PAST_MAJOR_VERSIONS 1 INCLUDE_DIRECTORIES diff --git a/src/imports/components/CMakeLists.txt b/src/imports/components/CMakeLists.txt index 3f765b0..9f28a52 100644 --- a/src/imports/components/CMakeLists.txt +++ b/src/imports/components/CMakeLists.txt @@ -1,7 +1,6 @@ qt_internal_add_qml_module(QuickStudioComponents URI "QtQuick.Studio.Components" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 diff --git a/src/imports/effects_qt6/CMakeLists.txt b/src/imports/effects_qt6/CMakeLists.txt index f07816c..1b51c72 100644 --- a/src/imports/effects_qt6/CMakeLists.txt +++ b/src/imports/effects_qt6/CMakeLists.txt @@ -1,7 +1,6 @@ qt_internal_add_qml_module(QuickStudioEffects URI "QtQuick.Studio.Effects" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 diff --git a/src/imports/flowview/CMakeLists.txt b/src/imports/flowview/CMakeLists.txt index 20dccbf..e96174b 100644 --- a/src/imports/flowview/CMakeLists.txt +++ b/src/imports/flowview/CMakeLists.txt @@ -6,7 +6,6 @@ set_source_files_properties(FlowState.qml qt_internal_add_qml_module(FlowView URI "FlowView" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 diff --git a/src/imports/logichelper/CMakeLists.txt b/src/imports/logichelper/CMakeLists.txt index fdc13e3..0d2a234 100644 --- a/src/imports/logichelper/CMakeLists.txt +++ b/src/imports/logichelper/CMakeLists.txt @@ -1,7 +1,6 @@ qt_internal_add_qml_module(QuickStudioLogicHelper URI "QtQuick.Studio.LogicHelper" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 diff --git a/src/imports/multitext/CMakeLists.txt b/src/imports/multitext/CMakeLists.txt index 936fd33..6c4fce9 100644 --- a/src/imports/multitext/CMakeLists.txt +++ b/src/imports/multitext/CMakeLists.txt @@ -1,7 +1,6 @@ qt_internal_add_qml_module(QuickStudioMultiText URI "QtQuick.Studio.MultiText" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 diff --git a/src/imports/tools/eventsimulator/CMakeLists.txt b/src/imports/tools/eventsimulator/CMakeLists.txt index 5648979..e39fb92 100644 --- a/src/imports/tools/eventsimulator/CMakeLists.txt +++ b/src/imports/tools/eventsimulator/CMakeLists.txt @@ -6,7 +6,6 @@ set_source_files_properties(EventSimulator.qml qt_internal_add_qml_module(QuickStudioEventSimulator URI "QtQuick.Studio.EventSimulator" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 diff --git a/src/imports/tools/eventsystem/CMakeLists.txt b/src/imports/tools/eventsystem/CMakeLists.txt index 79eb2bc..719534d 100644 --- a/src/imports/tools/eventsystem/CMakeLists.txt +++ b/src/imports/tools/eventsystem/CMakeLists.txt @@ -6,7 +6,6 @@ set_source_files_properties(EventSystem.qml qt_internal_add_qml_module(QuickStudioEventSystem URI "QtQuick.Studio.EventSystem" VERSION "${PROJECT_VERSION}" - RESOURCE_PREFIX "/qt-project.org/imports" DESIGNER_SUPPORTED NO_SYNC_QT PAST_MAJOR_VERSIONS 1 -- cgit v1.2.3