Changeset 539
- Timestamp:
- Feb 5, 2010, 3:03:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r537 r539 738 738 * in qconfig.cpp generated above will be relative to QtCore4.DLL while in 739 739 * the development environment they need to be relative to the output tree 740 * of the Qt library */ 740 * of the Qt library. Note that we also need to set Demos and Examples 741 * because for some strange reason they default to . when reading from a 742 * .conf file */ 741 743 call MakeDir G.OutPath"\bin" 742 744 qt_conf = G.OutPath"\bin\qt.conf" … … 745 747 '[Paths]'G.EOL||, 746 748 'Prefix = ..'G.EOL||, 747 'Settings = $(ETC)/xdg'G.EOL 749 'Settings = $(ETC)/xdg'G.EOL||, 750 'Examples = examples'G.EOL||, 751 'Demos = demos'G.EOL 748 752 call charout qt_conf 749 753
Note:
See TracChangeset
for help on using the changeset viewer.