|
Last change
on this file since 521 was 415, checked in by Dmitry A. Kuminov, 16 years ago |
|
qmake/os2-g++: Added the "map" CONFIG option (set by default) that turns on generation of the .map file, instead of specifying the relevant option in the compiler flags directly. This allows to properly delete the generated .map file in the clean target.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision Author Id
|
|
File size:
176 bytes
|
| Line | |
|---|
| 1 | contains(TEMPLATE, ".*app")|dll {
|
|---|
| 2 | build_pass|isEmpty(BUILDS) {
|
|---|
| 3 | QMAKE_LFLAGS += $$QMAKE_LFLAGS_MAP
|
|---|
| 4 | QMAKE_CLEAN += $(basename $(DESTDIR_TARGET)).map
|
|---|
| 5 | }
|
|---|
| 6 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.