Changeset 899
- Timestamp:
- Jul 19, 2011, 9:56:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r892 r899 921 921 call CopyDir G.RelPath"\mkspecs\"G.PLATFORM, G.RelPath"\mkspecs\default" 922 922 /* fix qmake.conf by appending the location of the original to it; this is 923 * used by qmake/project.cpp to determine the original QMAKESPEC */ 923 * used by qmake/project.cpp (as well as by Qt Creator) to determine the 924 * original QMAKESPEC */ 924 925 call charout G.RelPath"\mkspecs\default\qmake.conf",, 925 G.EOL"QMAKESPEC_ORIGINAL="||CPPPath( G.RelPath"\mkspecs\")||G.PLATFORM||G.EOL926 G.EOL"QMAKESPEC_ORIGINAL="||CPPPath("..\")||G.PLATFORM||G.EOL 926 927 call charout G.RelPath"\mkspecs\default\qmake.conf" 927 928
Note:
See TracChangeset
for help on using the changeset viewer.