mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[qt5-base] Remove duplicate flags qt (#31634)
* remove GMAKE_CXXFLAGS_RELEASE from qmodule.pri * version db * version * version * remove check for qmodule.pri * version db
This commit is contained in:
parent
d9f54117ed
commit
dcd04502ec
@ -123,4 +123,9 @@ function(qt_build_submodule SOURCE_PATH)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Remove duplicate flags from qmodule.pri issue -> https://github.com/microsoft/vcpkg/issues/28835
|
||||
file(READ "${CURRENT_INSTALLED_DIR}/tools/qt5/mkspecs/qmodule.pri" QMODULE_PRI_CONTENT)
|
||||
string(REGEX REPLACE "QMAKE_CXXFLAGS_RELEASE\\+=[^\n]*\n" "QMAKE_CXXFLAGS_RELEASE=\n" QMODULE_PRI_CONTENT ${QMODULE_PRI_CONTENT})
|
||||
file(WRITE "${CURRENT_INSTALLED_DIR}/tools/qt5/mkspecs/qmodule.pri" "${QMODULE_PRI_CONTENT}")
|
||||
|
||||
endfunction()
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"version": "5.15.10",
|
||||
"port-version": 1,
|
||||
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
|
@ -6570,7 +6570,7 @@
|
||||
},
|
||||
"qt5-base": {
|
||||
"baseline": "5.15.10",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qt5-canvas3d": {
|
||||
"baseline": "0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3088e8df941cddfdc7dd5a5b6efae7386cb3d388",
|
||||
"version": "5.15.10",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a90de4f154709723b9a837d25b1572ca33f2a8b4",
|
||||
"version": "5.15.10",
|
||||
|
Loading…
x
Reference in New Issue
Block a user