[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebindings/smoke/qt
From:       Arno Rehn <kde () arnorehn ! de>
Date:       2009-09-22 19:47:43
Message-ID: 1253648863.427936.11361.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1026905 by arnorehn:

fix for msvc


 M  +5 -0      QtGuess.txt  


--- trunk/KDE/kdebindings/smoke/qt/QtGuess.txt #1026904:1026905
@@ -95,6 +95,11 @@
 # 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")
 
+# check for MSVC compiler
+if (MSVC)
+  list(APPEND qtdefines "Q_CC_MSVC")
+endif (MSVC)
+
 foreach(test_entry ${define_tests})
   if(${${test_entry}} GREATER ${qt_test_threshold})
     list(APPEND test_targets ${test_entry})
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic