author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
QT += opengl |
2 |
||
3 |
HEADERS = glwidget.h \ |
|
4 |
helper.h \ |
|
5 |
widget.h \ |
|
6 |
window.h |
|
7 |
SOURCES = glwidget.cpp \ |
|
8 |
helper.cpp \ |
|
9 |
main.cpp \ |
|
10 |
widget.cpp \ |
|
11 |
window.cpp |
|
12 |
||
13 |
# install |
|
14 |
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting |
|
15 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 2dpainting.pro |
|
16 |
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting |
|
17 |
INSTALLS += target sources |
|
18 |
||
19 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |