summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-02-24 13:46:01 +0100
committeraxis <qt-info@nokia.com>2011-02-24 14:27:50 +0100
commit3464eb520b4381a565c6fd2f122d1d6647c25796 (patch)
tree945f99cd227f9fe8d617042552ecc9d1f1c69cd6 /mkspecs
parent9b96f2719a8a3a52e1b93f305b2a18fa9ddf5b28 (diff)
Fixed incorrect referral to an include file.
Better to make it relative to the profile. That way it is always found, regardless of where Qt is located. RevBy: Liang Qi
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/symbian/symbian-makefile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf
index 4574a6b21d..bf85390799 100644
--- a/mkspecs/common/symbian/symbian-makefile.conf
+++ b/mkspecs/common/symbian/symbian-makefile.conf
@@ -35,7 +35,7 @@ QMAKE_LINK_OBJECT_SCRIPT = objects
is_using_gnupoc {
DEFINES *= __QT_PRODUCT_INCLUDE_IS_LOWERCASE__
}
-QMAKE_SYMBIAN_INCLUDES = $$[QT_INSTALL_DATA]/mkspecs/common/symbian/symbianincludes.h
+QMAKE_SYMBIAN_INCLUDES = $$IN_PWD/symbianincludes.h
symbian-armcc {
QMAKE_CFLAGS += --preinclude $$QMAKE_SYMBIAN_INCLUDES
QMAKE_CXXFLAGS += --preinclude $$QMAKE_SYMBIAN_INCLUDES