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

OS/2: Add support for short DLL names of QML plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imports/folderlistmodel/folderlistmodel.pro

    r890 r1053  
    1212target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    1313
    14 qmldir.files += $$PWD/qmldir
     14!isEmpty(TARGET_SHORT):qmldir.files += $$qmldir2build.output
     15else:qmldir.files += $$PWD/qmldir
    1516qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    1617
Note: See TracChangeset for help on using the changeset viewer.