Ignore:
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/gestures
Files:
1 edited
1 moved

Legend:

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

    r1053 r1057  
    99HEADERS += qdeclarativegesturearea_p.h
    1010
    11 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
    12 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    13 
    14 !isEmpty(TARGET_SHORT):qmldir.files += $$qmldir2build.output
    15 else:qmldir.files += $$PWD/qmldir
    16 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
    17 
    1811symbian:{
    1912    TARGET.UID3 = 0x2002131F
     
    2518    DEPLOYMENT = importFiles
    2619}
    27 
    28 INSTALLS += target qmldir
  • trunk/src/imports/gestures/qmldir.in

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