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 | |
---|
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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.