diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-11 14:33:20 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-12 15:04:21 (GMT) |
commit | 11abea2ee916bcabc9917d07333a8ae53dea2caf (patch) | |
tree | 53e72347a31b91af25a418cc32b46bc005e9479c /mkspecs/symbian | |
parent | 8f8f6f6e4be8ca85137338a99c4cfdf1c78e3324 (diff) | |
download | Qt-11abea2ee916bcabc9917d07333a8ae53dea2caf.zip Qt-11abea2ee916bcabc9917d07333a8ae53dea2caf.tar.gz Qt-11abea2ee916bcabc9917d07333a8ae53dea2caf.tar.bz2 |
Properly clean out generated files.
The rsc files are generated for the symbian build system out of rss files and end
up going onto the device (much like the .exe), so we keep them around on
'make clean' but remove them on distclean.
Diffstat (limited to 'mkspecs/symbian')
-rw-r--r-- | mkspecs/symbian/linux-armcc/features/symbian_building.prf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/symbian_building.prf b/mkspecs/symbian/linux-armcc/features/symbian_building.prf index a493b9e..5a54adc 100644 --- a/mkspecs/symbian/linux-armcc/features/symbian_building.prf +++ b/mkspecs/symbian/linux-armcc/features/symbian_building.prf @@ -170,7 +170,9 @@ contains(TEMPLATE, "app"):!contains(CONFIG, "no_icon") { QMAKE_EXTRA_COMPILERS += symbianGenResource symbianGenRegResource QMAKE_DISTCLEAN += $${TARGET}.rss + QMAKE_DISTCLEAN += $${TARGET}.rsc QMAKE_DISTCLEAN += $${TARGET}_reg.rss + QMAKE_DISTCLEAN += $${TARGET}_reg.rsc QMAKE_DISTCLEAN += $${TARGET}.loc } |