List:Commits« Previous MessageNext Message »
From:pharvey Date:February 9 2007 7:07am
Subject:Connector/ODBC 3.51 commit: r158 - trunk
View as plain text  
Modified:
   trunk/defines.pri
Log:
added extra back slashs to escape quotes for vars in pri file

Modified: trunk/defines.pri
===================================================================
--- trunk/defines.pri	2007-02-08 00:46:19 UTC (rev 157)
+++ trunk/defines.pri	2007-02-09 07:07:02 UTC (rev 158)
@@ -10,8 +10,13 @@
 #
 # #########################################################
 
-DEFINES += SETUP_VERSION=\"3.51.13\"
-DEFINES += VERSION=\"3.51.13\"
+#
+# \note         The 3 escape chars (vs 1) are needed with
+#               "Qt 4.2.2 Commercial"... may not be needed 
+#               with some other vers of Qt. - PAH
+#
+DEFINES += SETUP_VERSION=\\\"3.51.13\\\"
+DEFINES += VERSION=\\\"3.51.13\\\"
 
 win32 {
         DEFINES -= UNICODE

Thread
Connector/ODBC 3.51 commit: r158 - trunkpharvey9 Feb