diff options
author | axis <qt-info@nokia.com> | 2011-02-24 12:46:01 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-02-24 13:27:50 (GMT) |
commit | 3464eb520b4381a565c6fd2f122d1d6647c25796 (patch) | |
tree | 945f99cd227f9fe8d617042552ecc9d1f1c69cd6 /mkspecs/common | |
parent | 9b96f2719a8a3a52e1b93f305b2a18fa9ddf5b28 (diff) | |
download | Qt-3464eb520b4381a565c6fd2f122d1d6647c25796.zip Qt-3464eb520b4381a565c6fd2f122d1d6647c25796.tar.gz Qt-3464eb520b4381a565c6fd2f122d1d6647c25796.tar.bz2 |
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/common')
-rw-r--r-- | mkspecs/common/symbian/symbian-makefile.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf index 4574a6b..bf85390 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 |