forked from qt-creator/qt-creator
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:
@@ -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}")
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user