Changeset 30


Ignore:
Timestamp:
Jun 15, 2009, 1:24:48 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Fixed QT_INSTALL_DATA path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/configure.cmd

    r28 r30  
    500500    /* data */
    501501    if (G.QT_INSTALL_DATA == "") then
    502         G.QT_INSTALL_DATA = FixDirNoSlash(G.QT_INSTALL_PREFIX)"\data"
     502        G.QT_INSTALL_DATA = FixDirNoSlash(G.QT_INSTALL_PREFIX)
    503503    /* translations */
    504504    if (G.QT_INSTALL_TRANSLATIONS == "") then
Note: See TracChangeset for help on using the changeset viewer.