Changeset 1052


Ignore:
Timestamp:
Sep 5, 2011, 7:05:31 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Use correct file extension when resolving QML plugin DLLs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/declarative/qml/qdeclarativeimport.cpp

    r846 r1052  
    872872                                                  const QString &baseName)
    873873{
    874 #if defined(Q_OS_WIN32) || defined(Q_OS_WINCE)
     874#if defined(Q_OS_WIN32) || defined(Q_OS_WINCE)
    875875    return resolvePlugin(qmldirPath, qmldirPluginPath, baseName,
    876876                         QStringList()
Note: See TracChangeset for help on using the changeset viewer.