author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
TEMPLATE = app |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
3 |
TARGET = tst_bench_qanimation |
0 | 4 |
DEPENDPATH += . |
5 |
INCLUDEPATH += . |
|
6 |
||
7 |
CONFIG += release |
|
8 |
#CONFIG += debug |
|
9 |
||
10 |
||
11 |
SOURCES += main.cpp \ |
|
12 |
dummyobject.cpp \ |
|
13 |
dummyanimation.cpp \ |
|
14 |
rectanimation.cpp |
|
15 |
||
16 |
HEADERS += dummyobject.h \ |
|
17 |
dummyanimation.h \ |
|
18 |
rectanimation.h |