From 67aac2075a262ba18cd15d4876278e59bdda9b51 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 6 Apr 2023 11:19:04 +0200 Subject: [PATCH] Replace AUTO_RESOURCE_PREFIX with REQUIRES Pick-to: 6.5 Change-Id: Id6a371d8afcca65e0f1e010f4a681c4e5673e1ba Reviewed-by: Alexandru Croitor --- examples/demos/colorpaletteclient/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/demos/colorpaletteclient/CMakeLists.txt b/examples/demos/colorpaletteclient/CMakeLists.txt index 47aeaf007..5b8f1a145 100644 --- a/examples/demos/colorpaletteclient/CMakeLists.txt +++ b/examples/demos/colorpaletteclient/CMakeLists.txt @@ -11,7 +11,7 @@ endif() set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/demos/${PROJECT_NAME}") find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick) -qt_standard_project_setup() +qt_standard_project_setup(REQUIRES 6.5) qt_add_executable(colorpaletteclient main.cpp @@ -38,7 +38,6 @@ qt_add_resources(colorpaletteclient "theme" FILES qt_add_qml_module(colorpaletteclient URI ColorPalette VERSION 1.0 - AUTO_RESOURCE_PREFIX QML_FILES MainWindow.qml SOURCES