Changeset 846 for trunk/projects.pro
- 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/projects.pro
r769 r846 49 49 include(translations/translations.pri) # ts targets 50 50 } else { 51 !wince*: !symbian:SUBDIRS += tools/linguist/lrelease51 !wince*:SUBDIRS += tools/linguist/lrelease 52 52 } 53 53 SUBDIRS += translations # qm build step … … 105 105 } 106 106 win32|os2 { 107 confclean.commands += -$(DEL_FILE) src\ core\global\qconfig.h $$escape_expand(\n\t) \108 -$(DEL_FILE) src\ core\global\qconfig.cpp $$escape_expand(\n\t) \109 -$(DEL_FILE) mkspecs\ qconfig.pri $$escape_expand(\n\t) \110 -$(DEL_FILE) .qmake.cache $$escape_expand(\ n\t) \107 confclean.commands += -$(DEL_FILE) src\\core\\global\\qconfig.h $$escape_expand(\\n\\t) \ 108 -$(DEL_FILE) src\\core\\global\\qconfig.cpp $$escape_expand(\\n\\t) \ 109 -$(DEL_FILE) mkspecs\\qconfig.pri $$escape_expand(\\n\\t) \ 110 -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \ 111 111 (cd qmake && $(MAKE) distclean) 112 112 } 113 113 symbian { 114 114 confclean.depends += distclean 115 confclean.commands += \ 116 (cd src\tools\moc && $(MAKE) distclean) $$escape_expand(\n\t) \ 117 (cd src\tools\rcc && $(MAKE) distclean) $$escape_expand(\n\t) \ 118 (cd src\tools\uic && $(MAKE) distclean) $$escape_expand(\n\t) \ 119 -$(DEL_FILE) src\corelib\global\qconfig.h $$escape_expand(\n\t) \ 120 -$(DEL_FILE) src\corelib\global\qconfig.cpp $$escape_expand(\n\t) \ 121 -$(DEL_FILE) mkspecs\qconfig.pri $$escape_expand(\n\t) \ 122 -$(DEL_FILE) .qmake.cache $$escape_expand(\n\t) \ 115 contains(QMAKE_HOST.os, "Windows") { 116 confclean.commands += \ 117 (cd src\\tools\\moc && $(MAKE) distclean) $$escape_expand(\\n\\t) \ 118 (cd src\\tools\\rcc && $(MAKE) distclean) $$escape_expand(\\n\\t) \ 119 (cd src\\tools\\uic && $(MAKE) distclean) $$escape_expand(\\n\\t) \ 120 -$(DEL_FILE) src\\corelib\\global\\qconfig.h $$escape_expand(\\n\\t) \ 121 -$(DEL_FILE) src\\corelib\\global\\qconfig.cpp $$escape_expand(\\n\\t) \ 122 -$(DEL_FILE) mkspecs\\qconfig.pri $$escape_expand(\\n\\t) \ 123 -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \ 123 124 (cd qmake && $(MAKE) distclean) 124 125 } else { 126 confclean.commands += \ 127 (cd src/tools/moc && $(MAKE) distclean) $$escape_expand(\\n\\t) \ 128 (cd src/tools/rcc && $(MAKE) distclean) $$escape_expand(\\n\\t) \ 129 (cd src/tools/uic && $(MAKE) distclean) $$escape_expand(\\n\\t) \ 130 -$(DEL_FILE) src/corelib/global/qconfig.h $$escape_expand(\\n\\t) \ 131 -$(DEL_FILE) src/corelib/global/qconfig.cpp $$escape_expand(\\n\\t) \ 132 -$(DEL_FILE) mkspecs/qconfig.pri $$escape_expand(\\n\\t) \ 133 -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \ 134 (cd qmake && $(MAKE) distclean) 135 } 125 136 } 126 137 QMAKE_EXTRA_TARGETS += confclean … … 149 160 #mkspecs 150 161 mkspecs.path=$$[QT_INSTALL_DATA]/mkspecs 151 mkspecs.files=$$QT_BUILD_TREE/mkspecs/qconfig.pri $$QT_SOURCE_TREE/mkspecs/* 162 mkspecs.files=$$QT_BUILD_TREE/mkspecs/qconfig.pri $$files($$QT_SOURCE_TREE/mkspecs/*) 163 mkspecs.files -= $$QT_SOURCE_TREE/mkspecs/modules 152 164 unix { 153 165 DEFAULT_QMAKESPEC = $$QMAKESPEC 154 166 DEFAULT_QMAKESPEC ~= s,^.*mkspecs/,,g 155 167 mkspecs.commands += $(DEL_FILE) $(INSTALL_ROOT)$$mkspecs.path/default; $(SYMLINK) $$DEFAULT_QMAKESPEC $(INSTALL_ROOT)$$mkspecs.path/default 168 mkspecs.files -= $$QT_SOURCE_TREE/mkspecs/default 156 169 } 157 170 win32:!equals(QT_BUILD_TREE, $$QT_SOURCE_TREE) {
Note:
See TracChangeset
for help on using the changeset viewer.