Ignore:
Timestamp:
Aug 26, 2011, 7:48:22 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Remove suport for system-wide qt.conf files.

This turns not to be necessary. The new code is much simpler and has
less platform-dependent details. Note that hard-coded component paths
are now relative to the parent of the directory containing QtCore4.dll, not
to that directory itself as before. This in particular makes qt.conf not necessary
for the development builds at all.

For official (RPM) release builds, full hard-coded paths will be used so qt.conf
is not necessary at all. It will only be in use in portable ZIP distributions to
override these hard-coded paths of RPM builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/linguist/lrelease/main.cpp

    r846 r1030  
    329329        )
    330330{
     331
    331332#ifdef Q_OS_WIN
    332333    wchar_t module_name[MAX_PATH];
     
    334335    QFileInfo filePath = QString::fromWCharArray(module_name);
    335336    binDir = filePath.filePath();
     337
     338
     339
     340
     341
     342
     343
     344
     345
    336346#else
    337347    QString argv0 = QFile::decodeName(QByteArray(_argv0));
Note: See TracChangeset for help on using the changeset viewer.