summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/symbian
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-10-08 13:38:10 (GMT)
committerLiang Qi <liang.qi@nokia.com>2010-10-21 09:12:28 (GMT)
commit34fa0516a6ac99be906371a4dd493c4c2abf4a44 (patch)
treefdfafff77d485a5bc381f2cfc5bb59aaf43ccd48 /mkspecs/common/symbian
parentd76590abe0b9267ffeab4e64e536b38c484261a1 (diff)
downloadQt-34fa0516a6ac99be906371a4dd493c4c2abf4a44.zip
Qt-34fa0516a6ac99be906371a4dd493c4c2abf4a44.tar.gz
Qt-34fa0516a6ac99be906371a4dd493c4c2abf4a44.tar.bz2
Fixed various quotation problems when porting to Windows.
These should work for both Windows and UNIX platforms. RevBy: Thomas Zander
Diffstat (limited to 'mkspecs/common/symbian')
-rw-r--r--mkspecs/common/symbian/symbian-makefile.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf
index 364e91b..9dc3674 100644
--- a/mkspecs/common/symbian/symbian-makefile.conf
+++ b/mkspecs/common/symbian/symbian-makefile.conf
@@ -30,9 +30,9 @@ QMAKE_EXTENSION_STATICLIB = lib
QMAKE_SYMBIAN_SHLIB = 1
is_using_gnupoc {
- DEFINES *= __PRODUCT_INCLUDE__=\\<$${EPOCROOT}epoc32/include/variant/symbian_os.hrh\\>
+ DEFINES *= __PRODUCT_INCLUDE__=\"<$${EPOCROOT}epoc32/include/variant/symbian_os.hrh>\"
} else {
- DEFINES *= __PRODUCT_INCLUDE__=\\<$${EPOCROOT}epoc32/include/variant/Symbian_OS.hrh\\>
+ DEFINES *= __PRODUCT_INCLUDE__=\"<$${EPOCROOT}epoc32/include/variant/Symbian_OS.hrh>\"
}
DEFINES *= \
__SYMBIAN32__ \