Changeset 565
- Timestamp:
- Feb 13, 2010, 1:01:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/configure.cmd ¶
r564 r565 719 719 '#define QT_CONFIGURE_SETTINGS_PATH "'CPPPath(G.QT_INSTALL_SETTINGS)'"'G.EOL||, 720 720 '#define QT_CONFIGURE_EXAMPLES_PATH "'CPPPath(G.QT_INSTALL_EXAMPLES)'"'G.EOL||, 721 '#define QT_CONFIGURE_DEMOS_PATH "'CPPPath(G.QT_INSTALL_DEMOS)'"'G.EOL||, 721 '#define QT_CONFIGURE_DEMOS_PATH "'CPPPath(G.QT_INSTALL_DEMOS)'"'G.EOL 722 723 today = date('S') 724 today = insert('-', today, 4) 725 today = insert('-', today, 7) 726 config_cpp_str = config_cpp_str||, 727 '/* Installation date */'G.EOL||, 728 'static const char qt_configure_installation [12+11] = "qt_instdate='today'";'G.EOL||, 722 729 G.EOL 723 730
Note:
See TracChangeset
for help on using the changeset viewer.