Changeset 846 for trunk/mkspecs/features/uic.prf
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/mkspecs/features/uic.prf
r769 r846 87 87 EMBEDDED_IMAGES += $$image 88 88 count(EMBEDDED_IMAGES, 5) { 89 isEmpty(RET): RET += echo $$EMBEDDED_IMAGES > images.tmp $$escape_expand(\n\t)90 else: RET += echo $$EMBEDDED_IMAGES >> images.tmp $$escape_expand(\n\t)89 isEmpty(RET): RET += echo $$EMBEDDED_IMAGES > $${UI_DIR}/images.tmp $$escape_expand(\\n\\t) 90 else: RET += echo $$EMBEDDED_IMAGES >> $${UI_DIR}/images.tmp $$escape_expand(\\n\\t) 91 91 unset(EMBEDDED_IMAGES) 92 92 } 93 93 } 94 !isEmpty(EMBEDDED_IMAGES):RET += echo $$EMBEDDED_IMAGES >> images.tmp $$escape_expand(\n\t)94 !isEmpty(EMBEDDED_IMAGES):RET += echo $$EMBEDDED_IMAGES >> $${UI_DIR}/images.tmp $$escape_expand(\\n\\t) 95 95 !isEmpty(RET) { 96 RET += $$QMAKE_UIC3 -embed $$TARGET -f images.tmp -o $$2 $$escape_expand(\n\t)96 RET += $$QMAKE_UIC3 -embed $$TARGET -f $${UI_DIR}/images.tmp -o $$2 $$escape_expand(\\n\\t) 97 97 return($$RET) 98 98 } … … 100 100 } 101 101 102 image_collection.output = qmake_image_collection$${first(QMAKE_EXT_CPP)}102 image_collection.output = $${UI_DIR}/qmake_image_collection$${first(QMAKE_EXT_CPP)} 103 103 image_collection.variable_out = SOURCES 104 104 image_collection.input = IMAGES … … 110 110 } else { 111 111 image_collection.commands = ${QMAKE_FUNC_imageCollectionCmd} 112 silent:image_collection.commands = @echo uic3 -embed $$TARGET -f images.tmp && $image_collection.commands112 silent:image_collection.commands = @echo uic3 -embed $$TARGET -f $${UI_DIR}/images.tmp && $image_collection.commands 113 113 } 114 114 QMAKE_EXTRA_COMPILERS += image_collection
Note:
See TracChangeset
for help on using the changeset viewer.