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

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 846 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
23contains(QT_CONFIG,opengles1) {
24 QMAKE_LIBS += "libGLES_CM.lib"
25}
26contains(QT_CONFIG,opengles1cl) {
27 QMAKE_LIBS += "libGLES_CL.lib"
28}
29
30# install
31target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
32sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
33sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
34INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.