diff options
author | axis <qt-info@nokia.com> | 2010-02-09 09:09:19 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-09 09:25:38 (GMT) |
commit | 18c9ecc6a381d77128ef1caf7ab9c2990c7e49f7 (patch) | |
tree | 5fdc6d134fab68216cf5ce5a6863398956a65662 /mkspecs/symbian | |
parent | 71eacd6505053cc44e6df6f5632bf31308cfc04a (diff) | |
download | Qt-18c9ecc6a381d77128ef1caf7ab9c2990c7e49f7.zip Qt-18c9ecc6a381d77128ef1caf7ab9c2990c7e49f7.tar.gz Qt-18c9ecc6a381d77128ef1caf7ab9c2990c7e49f7.tar.bz2 |
Added symbian resources to target predeps.
This is required in the cases where the target does not directly
include the rsg files, but the corresponding rsc file is still needed
on the target device.
Diffstat (limited to 'mkspecs/symbian')
-rw-r--r-- | mkspecs/symbian/linux-armcc/features/symbian_building.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/symbian_building.prf b/mkspecs/symbian/linux-armcc/features/symbian_building.prf index f182ca3..889b8b0 100644 --- a/mkspecs/symbian/linux-armcc/features/symbian_building.prf +++ b/mkspecs/symbian/linux-armcc/features/symbian_building.prf @@ -130,7 +130,7 @@ symbianresources.commands = cpp -nostdinc -undef \ -h$${symbian_resources_RCC_DIR}/${QMAKE_FILE_BASE}.rsg \ -i${QMAKE_FILE_NAME} symbianresources.dependency_type = TYPE_C -symbianresources.CONFIG = no_link +symbianresources.CONFIG = no_link target_predeps QMAKE_EXTRA_COMPILERS += symbianresources |