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/particles/particles.pro

    r890 r1053  
    1616target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    1717
    18 qmldir.files += $$PWD/qmldir
     18!isEmpty(TARGET_SHORT):qmldir.files += $$qmldir2build.output
     19else:qmldir.files += $$PWD/qmldir
    1920qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    2021
Note: See TracChangeset for help on using the changeset viewer.