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.
14 lines
367 B
14 lines
367 B
Index: src/qt.pro
|
|
===================================================================
|
|
--- src/qt.pro.orig
|
|
+++ src/qt.pro
|
|
@@ -41,6 +41,8 @@ INPUTMETHOD_CPP = inputmethod
|
|
XML_CPP = xml
|
|
STYLES_CPP = styles
|
|
EMBEDDED_CPP = embedded
|
|
+TQMAKE_CFLAGS += -fno-strict-aliasing
|
|
+TQMAKE_CFLAGS_MT += -fno-strict-aliasing
|
|
|
|
win32 {
|
|
contains(QT_PRODUCT,qt-internal) {
|