diff options
author | axis <qt-info@nokia.com> | 2011-02-24 12:46:01 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-03-04 10:49:47 (GMT) |
commit | 1d80690e9e52c5dff1392bf7694abf65dd51a3b8 (patch) | |
tree | 591ada64630eefa6f2e2ae55d5bedf6d998d0b84 /mkspecs | |
parent | 9ca5cdd1242deaba10bd1005bcd0774da35d9779 (diff) | |
download | Qt-1d80690e9e52c5dff1392bf7694abf65dd51a3b8.zip Qt-1d80690e9e52c5dff1392bf7694abf65dd51a3b8.tar.gz Qt-1d80690e9e52c5dff1392bf7694abf65dd51a3b8.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')
-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 cffc859..b248117 100644 --- a/mkspecs/common/symbian/symbian-makefile.conf +++ b/mkspecs/common/symbian/symbian-makefile.conf @@ -33,7 +33,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 |