author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 15 Mar 2010 12:43:09 +0200 | |
branch | RCL_3 |
changeset 6 | dee5afe5301f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
VPATH+=$$PWD |
2 |
INCLUDEPATH += $$PWD |
|
3 |
||
4 |
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):DEFINES += BUILD_OPENGL |
|
5 |
||
6 |
SOURCES += \ |
|
7 |
xmldata.cpp \ |
|
8 |
paintcommands.cpp \ |
|
9 |
qengines.cpp \ |
|
10 |
framework.cpp |
|
11 |
||
12 |
HEADERS += \ |
|
13 |
xmldata.h \ |
|
14 |
paintcommands.h \ |
|
15 |
qengines.h \ |
|
16 |
framework.h |
|
17 |
||
18 |
RESOURCES += images.qrc |