source: trunk/examples/opengl/overpainting/overpainting.pro@ 846

Last change on this file since 846 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 502 bytes
Line 
1VPATH += ../shared
2INCLUDEPATH += ../shared
3
4QT += opengl
5HEADERS = bubble.h \
6 glwidget.h \
7 qtlogo.h
8SOURCES = bubble.cpp \
9 glwidget.cpp \
10 main.cpp \
11 qtlogo.cpp
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
15sources.files = $$SOURCES \
16 $$HEADERS \
17 $$RESOURCES \
18 $$FORMS \
19 overpainting.pro
20sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
21INSTALLS += target \
22 sources
23symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.