Changeset 565


Ignore:
Timestamp:
Feb 13, 2010, 1:01:36 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Create qt_configure_installation needed for QLibraryInfo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/configure.cmd

    r564 r565  
    719719'#define QT_CONFIGURE_SETTINGS_PATH "'CPPPath(G.QT_INSTALL_SETTINGS)'"'G.EOL||,
    720720'#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||,
    722729G.EOL
    723730
Note: See TracChangeset for help on using the changeset viewer.