equal
deleted
inserted
replaced
1 load(qttest_p4) |
1 load(qttest_p4) |
2 TEMPLATE = app |
2 TEMPLATE = app |
3 TARGET = tst_qgraphicsview |
3 TARGET = tst_bench_qgraphicsview |
4 |
4 |
5 SOURCES += tst_qgraphicsview.cpp |
5 SOURCES += tst_qgraphicsview.cpp |
6 RESOURCES += qgraphicsview.qrc |
6 RESOURCES += qgraphicsview.qrc |
7 |
7 |
8 include(chiptester/chiptester.pri) |
8 include(chiptester/chiptester.pri) |
|
9 |
|
10 symbian { |
|
11 qt_not_deployed { |
|
12 plugins.sources = qjpeg.dll |
|
13 plugins.path = imageformats |
|
14 DEPLOYMENT += plugins |
|
15 } |
|
16 } |