Changeset 404


Ignore:
Timestamp:
Dec 9, 2009, 9:48:19 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QLibraryInfo: Fixed: qt.conf would not have been loaded if a component path was requested before QCoreApplication instance creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/global/qlibraryinfo.cpp

    r366 r404  
    159159                qtconfig = pwd.filePath(QLatin1String("qt.conf"));
    160160            }
     161
    161162#ifdef Q_OS_OS2
    162163    if (!QFile::exists(qtconfig)) {
     
    179180    }
    180181#endif
    181     }
    182182#endif
    183183    if (QFile::exists(qtconfig))
Note: See TracChangeset for help on using the changeset viewer.