source: trunk/examples/opengl/hellogl_es2/hellogl_es2.pro@ 385

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
5TEMPLATE = app
6TARGET =
7DEPENDPATH += .
8INCLUDEPATH += .
9
10# Input
11SOURCES += main.cpp
12SOURCES += glwidget.cpp
13SOURCES += mainwindow.cpp
14SOURCES += bubble.cpp
15
16HEADERS += glwidget.h
17HEADERS += mainwindow.h
18HEADERS += bubble.h
19
20RESOURCES += texture.qrc
21QT += opengl
22
23# install
24target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
25sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
26sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
27INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.