0
|
1 |
VPATH += ../shared
|
|
2 |
INCLUDEPATH += ../shared
|
|
3 |
|
|
4 |
QT += opengl
|
|
5 |
HEADERS = bubble.h \
|
|
6 |
glwidget.h \
|
|
7 |
qtlogo.h
|
|
8 |
SOURCES = bubble.cpp \
|
|
9 |
glwidget.cpp \
|
|
10 |
main.cpp \
|
|
11 |
qtlogo.cpp
|
|
12 |
|
|
13 |
# install
|
|
14 |
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
|
|
15 |
sources.files = $$SOURCES \
|
|
16 |
$$HEADERS \
|
|
17 |
$$RESOURCES \
|
|
18 |
$$FORMS \
|
|
19 |
overpainting.pro
|
|
20 |
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
|
|
21 |
INSTALLS += target \
|
|
22 |
sources
|
|
23 |
symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|