Changeset 596 for trunk/src/corelib/global/qlibraryinfo.cpp
- Timestamp:
- Feb 23, 2010, 3:37:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/global/qlibraryinfo.cpp
r561 r596 486 486 // QDir::absoluteFilePath()) therefore we don't rely on it 487 487 if (loc == PrefixPath) { 488 #ifdef QT_BUILD_QMAKE488 #ifdef 489 489 QFileInfo fi(qmake_libraryInfoFile()); 490 490 return QDir::cleanPath(QDir(fi.absolutePath()).absoluteFilePath(ret));
Note:
See TracChangeset
for help on using the changeset viewer.