demos/declarative/minehunt/minehunt.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     1 TEMPLATE = lib
     1 TEMPLATE = lib
     2 TARGET  = minehunt
     2 TARGET  = qmlminehuntplugin
     3 QT += declarative
     3 QT += declarative
     4 CONFIG += qt plugin
     4 CONFIG += qt plugin
     5 
     5 
     6 TARGET = $$qtLibraryTarget($$TARGET)
     6 TARGET = $$qtLibraryTarget($$TARGET)
     7 DESTDIR = MinehuntCore
     7 DESTDIR = MinehuntCore
    22 MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore
    22 MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore
    23 
    23 
    24 INSTALLS = sources MinehuntCore_sources target
    24 INSTALLS = sources MinehuntCore_sources target
    25 
    25 
    26 symbian:{
    26 symbian:{
    27     load(data_caging_paths)
       
    28     TARGET.EPOCALLOWDLLDATA = 1
    27     TARGET.EPOCALLOWDLLDATA = 1
    29     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    28     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    30     TARGET.CAPABILITY = NetworkServices ReadUserData
    29     TARGET.CAPABILITY = NetworkServices ReadUserData
    31     importFiles.sources = minehunt.dll \
    30     importFiles.sources = MinehuntCore/qmlminehuntplugin.dll \
    32     MinehuntCore/Explosion.qml \
    31     MinehuntCore/Explosion.qml \
    33     MinehuntCore/pics \
    32     MinehuntCore/pics \
    34     MinehuntCore/qmldir
    33     MinehuntCore/qmldir
    35     importFiles.path = $$QT_IMPORTS_BASE_DIR/MinehuntCore 
    34     importFiles.path = MinehuntCore
    36     DEPLOYMENT = importFiles
    35     DEPLOYMENT = importFiles
    37 }
    36 }
    38  
    37  
    39 INSTALLS = sources MinehuntCore_sources target
    38 INSTALLS = sources MinehuntCore_sources target