PDA

View Full Version : How to write my pro file if I want to get the mapinfo



cspp
4th June 2009, 12:59
Hi all,
my app is create to release version,and now there is something wrong with my application.
and know i want to create the mapfile when I generate the release version,and who knows how to set in my pro file?
and my compile is VC6.0.
I know in VC6.0,I could do like this:
(1) select the release version;
(2) Project settings => C/C++ => Debug Info,select
“Line Number Only”;
(3) Project settings => link => select “Generate mapfile”;
(4) Project settings => link => Project Option,input:
/mapinfo:lines
thax.

wysota
7th June 2009, 10:24
Try this:
QMAKE_LFLAGS_RELEASE+=/MAP