Changeset 975
- Timestamp:
- Aug 12, 2011, 4:57:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r961 r975 927 927 /* mkspecs/default is used as a (gasp!) default mkspec so QMAKESPEC needn't 928 928 * be set once configured */ 929 call DeleteDir G. RelPath"\mkspecs\default"930 call CopyDir G.RelPath"\mkspecs\"G.PLATFORM, G.RelPath"\mkspecs\default"931 /* fix qmake.conf by appending the location of the original to it; this is932 * used by qmake/project.cpp (as well as by Qt Creator) to determine the933 * original QMAKESPEC */934 call charout G.RelPath"\mkspecs\default\qmake.conf",,935 G.EOL"QMAKESPEC_ORIGINAL="||CPPPath("..\")||G.PLATFORM||G.EOL936 call charout G. RelPath"\mkspecs\default\qmake.conf"929 call DeleteDir G.OutPath"\mkspecs\default" 930 call MakeDir G.OutPath"\mkspecs\default" 931 /* create a dummy qmake.spec file that will include the original one and 932 * set QMAKESPEC_ORIGINAL so that qmake & make know where to find stuff */ 933 call charout G.OutPath"\mkspecs\default\qmake.conf",, 934 "include("""||CPPPath("..\")||G.PLATFORM"\\qmake.conf"")"||G.EOL||G.EOL||, 935 "QMAKESPEC_ORIGINAL="||CPPPath("..\")||G.PLATFORM||G.EOL 936 call charout G.OutPath"\mkspecs\default\qmake.conf" 937 937 938 938 /* create temporary qconfig.h for compiling qmake, if it doesn't exist
Note:
See TracChangeset
for help on using the changeset viewer.