Timestamp:
Sep 6, 2011, 1:03:39 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

Rename qmldir to qmldir.in and use qmake substitution for plugin name.

This makes sure that the plugin filename always matches the TARGET
specification. This also makes the copy2build hassle unneeded.

This commit supersedes r1053.

Suggested by Rudi Ihle.

Location:
trunk/src/imports/particles
Files:
1 edited
1 moved

Legend:

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

    r1053 r1057  
    1313    qdeclarativeparticles_p.h
    1414
    15 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
    16 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    17 
    18 !isEmpty(TARGET_SHORT):qmldir.files += $$qmldir2build.output
    19 else:qmldir.files += $$PWD/qmldir
    20 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    21 
    2215symbian:{
    2316    TARGET.UID3 = 0x2002131E
     
    3023}
    3124
    32 INSTALLS += target qmldir
  • trunk/src/imports/particles/qmldir.in

    r1035 r1057  
    1 plugin qmlparticlesplugin
     1plugin
Note: See TracChangeset for help on using the changeset viewer.