tests/benchmarks/uimodels/GraphicsViewBenchmark/resourcemonplugin/resourcemonplugin.pro
changeset 3 41300fa6a67c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
       
     1 TEMPLATE        = lib
       
     2 CONFIG         += plugin
       
     3 INCLUDEPATH    += ../widgets
       
     4 HEADERS         = resourcemonplugin.h
       
     5 SOURCES         = resourcemonplugin.cpp
       
     6 TARGET          = $$qtLibraryTarget(resourcemonplugin)
       
     7 DESTDIR         = ../plugins
       
     8 
       
     9 ROOTDIR = $$PWD/..
       
    10 
       
    11 # install
       
    12 target.path = $$ROOTDIR/plugins
       
    13 sources.files = $$SOURCES $$HEADERS resourcemonplugin.pro
       
    14 sources.path = $$ROOTDIR/resourcemonplugin
       
    15 INSTALLS += target sources
       
    16 
       
    17 symbian: {
       
    18     TARGET.EPOCALLOWDLLDATA=1
       
    19     TARGET.CAPABILITY = All -Tcb
       
    20     TARGET.UID3 = 0xE7b503bd
       
    21     MMP_RULES += "LIBRARY hal.lib"
       
    22 }