Changeset 377


Ignore:
Timestamp:
Dec 3, 2009, 9:46:44 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Set SettingsPath to "$(ETC)/qt" for the in-tree build of Qt as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r360 r377  
    685685    qt_conf = G.OutPath"\bin\qt.conf"
    686686    call DeleteFile qt_conf
    687     call charout qt_conf, '[Paths]'G.EOL'Prefix = ..'G.EOL
     687    call charout qt_conf,,
     688        '[Paths]'G.EOL||,
     689        'Prefix = ..'G.EOL||,
     690        'Settings = $(ETC)/qt'G.EOL
    688691    call charout qt_conf
    689692
Note: See TracChangeset for help on using the changeset viewer.