Ignore:
Timestamp:
Feb 23, 2010, 3:37:44 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

lrelease: Fixed the build.

File:
1 edited

Legend:

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

    r561 r596  
    486486    // QDir::absoluteFilePath()) therefore we don't rely on it
    487487    if (loc == PrefixPath) {
    488 #ifdef QT_BUILD_QMAKE
     488#ifdef
    489489        QFileInfo fi(qmake_libraryInfoFile());
    490490        return QDir::cleanPath(QDir(fi.absolutePath()).absoluteFilePath(ret));
Note: See TracChangeset for help on using the changeset viewer.