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
244 B
12 lines
244 B
13 years ago
|
--- src/qt.pro
|
||
|
+++ src/qt.pro
|
||
|
@@ -40,6 +40,8 @@
|
||
|
XML_CPP = xml
|
||
|
STYLES_CPP = styles
|
||
|
EMBEDDED_CPP = embedded
|
||
|
+QMAKE_CFLAGS += -fno-strict-aliasing
|
||
|
+QMAKE_CFLAGS_MT += -fno-strict-aliasing
|
||
|
|
||
|
win32 {
|
||
|
contains(QT_PRODUCT,qt-internal) {
|