[Kde-bindings] [smokeqt] qtcore: hard-code QT_NO_CAST_FROM_ASCII. Bindings should know best what to

Arno Rehn arno at arnorehn.de
Sat Jan 7 16:19:09 UTC 2012


Git commit ae8ff37ede047986c0277408eaa5de34a861cbe5 by Arno Rehn.
Committed on 07/01/2012 at 17:16.
Pushed by arnorehn into branch 'master'.

hard-code QT_NO_CAST_FROM_ASCII. Bindings should know best what to
do with strings.
Fixes a bug in Qyoto.

CCMAIL: kde-bindings at kde.org

M  +1    -0    qtcore/QtGuess.txt

http://commits.kde.org/smokeqt/ae8ff37ede047986c0277408eaa5de34a861cbe5

diff --git a/qtcore/QtGuess.txt b/qtcore/QtGuess.txt
index 25eb32a..63531b0 100644
--- a/qtcore/QtGuess.txt
+++ b/qtcore/QtGuess.txt
@@ -97,6 +97,7 @@ QT_NO_XML)
 
 # macro is defined in qt-copy/src/qbase.pri but couldn't be found by qtguess, so I append it manually
 list(APPEND qtdefines "QT_NO_CAST_TO_ASCII")
+list(APPEND qtdefines "QT_NO_CAST_FROM_ASCII")
 list(APPEND qtdefines "QT_GUI_LIB")
 
 # check for MSVC compiler


More information about the Kde-bindings mailing list