~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to plugins/declarative/feedback/feedback.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDEPATH += ../../../src/feedback
 
2
INCLUDEPATH += ../../../src/global
 
3
 
 
4
TARGET  = $$qtLibraryTarget(declarative_feedback)
 
5
TEMPLATE = lib
 
6
CONFIG += plugin
 
7
TARGETPATH = QtMobility/feedback
 
8
PLUGIN_TYPE = declarative
 
9
include(../../../common.pri)
 
10
 
 
11
QT += declarative
 
12
 
 
13
HEADERS += qdeclarativehapticseffect.h \
 
14
    qdeclarativefileeffect.h \
 
15
    qdeclarativethemeeffect.h \
 
16
    qdeclarativefeedback.h
 
17
SOURCES += feedback.cpp
 
18
 
 
19
CONFIG += mobility
 
20
MOBILITY += feedback
 
21
 
 
22
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
 
23
 
 
24
qmldir.files += $$PWD/qmldir
 
25
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
 
26
 
 
27
INSTALLS += qmldir
 
28
 
 
29
symbian {
 
30
    # In Symbian, a library should enjoy _largest_ possible capability set.
 
31
    TARGET.CAPABILITY = ALL -TCB
 
32
    # Allow writable DLL data
 
33
    TARGET.EPOCALLOWDLLDATA = 1
 
34
    # Target UID, makes every Symbian app unique
 
35
    TARGET.UID3 = 0x200315FC
 
36
    # Specifies what files shall be deployed: the plugin itself and the qmldir file.
 
37
    importFiles.sources = $$DESTDIR/declarative_feedback$${QT_LIBINFIX}.dll qmldir
 
38
    importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
 
39
    DEPLOYMENT = importFiles
 
40
 }