Static Build: make sure the .qrc files have unique names

resources.qrc was present in multiple plugins and Q_INIT_RESOURCE
requires an unique name to proper initialize the resource.

Change-Id: I2d514ab4b8cc41655009996f28aadca9c454d818
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Cristian Adam
2022-05-05 16:56:10 +02:00
parent ef346779eb
commit 09c64e640d
12 changed files with 8 additions and 8 deletions

View File

@@ -83,7 +83,7 @@ add_qtc_plugin(MesonProjectManager
machinefiles/machinefilemanager.cpp
machinefiles/nativefilegenerator.h
machinefiles/nativefilegenerator.cpp
resources.qrc
resources_meson.qrc
)
file(RELATIVE_PATH RELATIVE_TEST_PATH "${PROJECT_BINARY_DIR}" "${CMAKE_CURRENT_BINARY_DIR}")

View File

@@ -78,7 +78,7 @@ Project {
"project/projecttree/mesonprojectnodes.h",
"project/projecttree/projecttree.cpp",
"project/projecttree/projecttree.h",
"resources.qrc",
"resources_meson.qrc",
"settings/general/settings.cpp",
"settings/general/settings.h",
"settings/tools/kitaspect/mesontoolkitaspect.cpp",