Last change
on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
700 bytes
|
Line | |
---|
1 | ######################################################################
|
---|
2 | # Automatically generated by qmake (2.01a) Thu Oct 4 19:01:12 2007
|
---|
3 | ######################################################################
|
---|
4 |
|
---|
5 | TEMPLATE = app
|
---|
6 | TARGET =
|
---|
7 | DEPENDPATH += .
|
---|
8 | INCLUDEPATH += .
|
---|
9 |
|
---|
10 | # Input
|
---|
11 | SOURCES += main.cpp
|
---|
12 | SOURCES += glwidget.cpp
|
---|
13 | SOURCES += mainwindow.cpp
|
---|
14 | SOURCES += bubble.cpp
|
---|
15 |
|
---|
16 | HEADERS += glwidget.h
|
---|
17 | HEADERS += mainwindow.h
|
---|
18 | HEADERS += bubble.h
|
---|
19 |
|
---|
20 | RESOURCES += texture.qrc
|
---|
21 | QT += opengl
|
---|
22 |
|
---|
23 | # install
|
---|
24 | target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
|
---|
25 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
|
---|
26 | sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
|
---|
27 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.