You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
467 B
12 lines
467 B
diff --git a/src/buildtools/config/functions.pri b/src/buildtools/config/functions.pri
|
|
index 8c11faa16..191d3d623 100644
|
|
--- a/src/buildtools/config/functions.pri
|
|
+++ b/src/buildrools/config/functions.pri
|
|
@@ -1,5 +1,5 @@
|
|
defineReplace(qtwebengine_extractCFlag) {
|
|
- CFLAGS = $$QMAKE_CC $$QMAKE_CFLAGS
|
|
+ CFLAGS = $$QMAKE_CC $$QMAKE_CFLAGS $$QMAKE_CFLAGS_RELEASE
|
|
OPTION = $$find(CFLAGS, $$1)
|
|
OPTION = $$split(OPTION, =)
|
|
PARAM = $$member(OPTION, 1)
|