changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
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 |