File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ win32 {
10
10
DEFINES += _WIN32_WINNT =0x0501 WINVER =0x0501
11
11
lessThan(QT_VERSION, 5.0.0) {
12
12
CONFIG += qaxcontainer
13
- }
13
+ }
14
14
else {
15
15
QT += axcontainer
16
16
}
@@ -68,15 +68,15 @@ contains(RELEASE, 1) {
68
68
69
69
!win32 {
70
70
# for extra security against potential buffer overflows: enable GCCs Stack Smashing Protection
71
- QMAKE_CXXFLAGS * = -fstack-protector-all --param ssp-buffer-size =1
72
- QMAKE_LFLAGS * = -fstack-protector-all --param ssp-buffer-size =1
71
+ QMAKE_CXXFLAGS + = -fstack-protector-all --param ssp-buffer-size =1
72
+ QMAKE_LFLAGS + = -fstack-protector-all --param ssp-buffer-size =1
73
73
# We need to exclude this for Windows cross compile with MinGW 4.2.x, as it will result in a non-working executable!
74
74
# This can be enabled for Windows, when we switch to MinGW >= 4.4.x.
75
75
} else {
76
76
# for extra security on Windows: enable ASLR and DEP via GCC linker flags
77
- QMAKE_LFLAGS * = -Wl ,--dynamicbase -Wl ,--nxcompat
77
+ QMAKE_LFLAGS + = -Wl ,--dynamicbase -Wl ,--nxcompat
78
78
# on Windows: enable GCC large address aware linker flag
79
- QMAKE_LFLAGS * = -Wl ,--large-address-aware
79
+ QMAKE_LFLAGS + = -Wl ,--large-address-aware
80
80
}
81
81
82
82
# use: qmake "USE_QRCODE=1"
You can’t perform that action at this time.
0 commit comments