Legend:
- Unmodified
- Added
- Removed
-
trunk/src
- Property svn:ignore
-
old new 2 2 Makefile 3 3 .* 4 qt.def.map.*.debug
-
- Property svn:ignore
-
trunk/src/qt.pro
r29 r30 111 111 exists(qt.rc):RC_FILE = qt.rc 112 112 exists(qt.def.tpl.$$QMAKESPEC):DEF_FILE_TEMPLATE = qt.def.tpl.$$QMAKESPEC 113 exists(qt.def.map.$$QMAKESPEC):DEF_FILE_MAP = qt.def.map.$$QMAKESPEC 113 exists(qt.def.map.$$QMAKESPEC) { 114 DEF_FILE_MAP = qt.def.map.$$QMAKESPEC 115 debug { 116 qt_def_map_debug.target = $(DEF_FILE_MAP) 117 qt_def_map_debug.depends = $$DEF_FILE_MAP 118 qt_def_map_debug.commands = $(COPY_FILE) "$$DEF_FILE_MAP" "$$qt_def_map_debug.target" 119 QMAKE_EXTRA_TARGETS += qt_def_map_debug 120 DEF_FILE_MAP = qt.def.map.$$(QMAKESPEC).debug 121 } 122 } 114 123 } 115 124 }
Note:
See TracChangeset
for help on using the changeset viewer.