qtmobility/examples/notesmanagerplugin/notesmanagerplugin.pro
changeset 11 06b8e2af4411
parent 5 453da2cfceef
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 TEMPLATE = lib
     1 TEMPLATE = lib
     2 CONFIG += plugin
     2 CONFIG += plugin
     3 INCLUDEPATH += ../../src/serviceframework
     3 INCLUDEPATH += ../../src/serviceframework
       
     4 PLUGIN_TYPE = serviceframework
     4 HEADERS += note.h \
     5 HEADERS += note.h \
     5            notesmanagerplugin.h \
     6            notesmanagerplugin.h \
     6            notesmanager.h
     7            notesmanager.h
     7 SOURCES += notesmanagerplugin.cpp \
     8 SOURCES += notesmanagerplugin.cpp \
     8            notesmanager.cpp
     9            notesmanager.cpp
     9 QT += sql
    10 QT += sql
    10 TARGET = serviceframework_notesmanagerplugin
    11 TARGET = serviceframework_notesmanagerplugin
    11 DESTDIR = .
       
    12 
    12 
    13 contains(QT_CONFIG, declarative):DEFINES += DECLARATIVE
    13 contains(QT_CONFIG, declarative):DEFINES += DECLARATIVE
    14 
    14 
    15 include(../examples.pri)
    15 include(../examples.pri)
    16 CONFIG += mobility
    16 CONFIG += mobility
    24 
    24 
    25     TARGET.EPOCALLOWDLLDATA = 1
    25     TARGET.EPOCALLOWDLLDATA = 1
    26     TARGET.CAPABILITY = ALL -TCB
    26     TARGET.CAPABILITY = ALL -TCB
    27 }
    27 }
    28 
    28 
    29 xml.path = $$DESTDIR/xmldata
    29 xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
    30 xml.files = notesmanagerservice.xml
    30 xml.files = notesmanagerservice.xml
    31 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    32 INSTALLS += xml
    31 INSTALLS += xml
    33 build_pass:ALL_DEPS+=install_xml