diff -r 56cd8111b7f7 -r 41300fa6a67c tests/benchmarks/uimodels/GraphicsViewBenchmark/resourcemonplugin/resourcemonplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/benchmarks/uimodels/GraphicsViewBenchmark/resourcemonplugin/resourcemonplugin.pro Tue Feb 02 00:43:10 2010 +0200 @@ -0,0 +1,22 @@ +TEMPLATE = lib +CONFIG += plugin +INCLUDEPATH += ../widgets +HEADERS = resourcemonplugin.h +SOURCES = resourcemonplugin.cpp +TARGET = $$qtLibraryTarget(resourcemonplugin) +DESTDIR = ../plugins + +ROOTDIR = $$PWD/.. + +# install +target.path = $$ROOTDIR/plugins +sources.files = $$SOURCES $$HEADERS resourcemonplugin.pro +sources.path = $$ROOTDIR/resourcemonplugin +INSTALLS += target sources + +symbian: { + TARGET.EPOCALLOWDLLDATA=1 + TARGET.CAPABILITY = All -Tcb + TARGET.UID3 = 0xE7b503bd + MMP_RULES += "LIBRARY hal.lib" +}