author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
child 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
TEMPLATE = app |
|
3 |
TARGET = tst_qanimation |
|
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 |