author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 09:15:16 +0300 | |
branch | RCL_3 |
changeset 10 | 68d3b337861b |
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 |