summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-12-11 18:20:27 (GMT)
committeraxis <qt-info@nokia.com>2009-12-11 18:20:27 (GMT)
commit0ee77b86b383d741069e7e9d534c3be399173243 (patch)
treef9de65e30811daa82e8cccae95a26831ab41557d
parent77f4173f191ac946af1cab50610ef99d8b03a618 (diff)
downloadQt-0ee77b86b383d741069e7e9d534c3be399173243.zip
Qt-0ee77b86b383d741069e7e9d534c3be399173243.tar.gz
Qt-0ee77b86b383d741069e7e9d534c3be399173243.tar.bz2
Fixed Symbian resource creation.
-rw-r--r--mkspecs/symbian/linux-armcc/features/qt.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/qt.prf b/mkspecs/symbian/linux-armcc/features/qt.prf
index 348839a..83c4f30 100644
--- a/mkspecs/symbian/linux-armcc/features/qt.prf
+++ b/mkspecs/symbian/linux-armcc/features/qt.prf
@@ -101,6 +101,7 @@ symbian_resources_INCLUDES = $$replace(symbian_resources_INCLUDES, ",", " -I")
symbian_resources_INCLUDES += $$join(INCLUDEPATH, " -I", "-I")
symbian_resources_DEFINES = $$join(DEFINES, " -D", "-D")
symbian_resources_RCC_DIR = $$replace(RCC_DIR, "/$", "")
+symbian_resources_INCLUDES += "-I $$symbian_resources_RCC_DIR"
for(symbian_resource, SYMBIAN_RESOURCES) {
symbian_resource = $$basename(symbian_resource)
@@ -122,6 +123,7 @@ symbianresources.commands = cpp -nostdinc -undef \
-o$${symbian_resources_RCC_DIR}/${QMAKE_FILE_BASE}.rsc \
-h$${symbian_resources_RCC_DIR}/${QMAKE_FILE_BASE}.rsg \
-i${QMAKE_FILE_NAME}
+symbianresources.dependency_type = TYPE_C
symbianresources.CONFIG = no_link
QMAKE_EXTRA_COMPILERS += symbianresources