Changeset 539


Ignore:
Timestamp:
Feb 5, 2010, 3:03:01 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Add proper Examples and Demos paths to qt.conf as it defaults to "." by default which is not what we want.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r537 r539  
    738738     * in qconfig.cpp generated above will be relative to QtCore4.DLL while in
    739739     * 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 */
    741743    call MakeDir G.OutPath"\bin"
    742744    qt_conf = G.OutPath"\bin\qt.conf"
     
    745747        '[Paths]'G.EOL||,
    746748        '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
    748752    call charout qt_conf
    749753
Note: See TracChangeset for help on using the changeset viewer.