equal
deleted
inserted
replaced
|
1 symbian:load(qttest_p4) |
|
2 |
|
3 TEMPLATE = app |
|
4 TARGET = graphicsviewbenchmark |
|
5 |
|
6 ROOTDIR = $$PWD/.. |
|
7 |
|
8 include($$ROOTDIR/widgets.pri) |
|
9 include($$ROOTDIR/tests/itemrecyclinglist/itemrecyclinglist.pri) |
|
10 include($$ROOTDIR/tests/simplelist/simplelist.pri) |
|
11 include($$ROOTDIR/testautom/testautom.pri) |
|
12 |
|
13 QT += script |
|
14 |
|
15 DEPENDPATH += . |
|
16 INCLUDEPATH += . |
|
17 |
|
18 HEADERS += controller.h |
|
19 SOURCES += main.cpp \ |
|
20 controller.cpp |
|
21 |
|
22 symbian: { |
|
23 TARGET.EPOCHEAPSIZE = 10000 \ |
|
24 48000000 |
|
25 } |
|
26 |
|
27 DEPLOYMENT_PLUGIN += resourcemonplugin |