source: trunk/examples/opengl/hellogl_es/hellogl_es.pro@ 561

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

trunk: Merged in qt 4.6.1 sources.

File size: 697 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_es
25sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
26sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
27INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.