source: trunk/examples/opengl/framebufferobject/framebufferobject.pro@ 846

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: 682 bytes
Line 
1######################################################################
2# Automatically generated by qmake (2.01a) Fri May 12 17:15:46 2006
3######################################################################
4
5TEMPLATE = app
6TARGET =
7DEPENDPATH += .
8INCLUDEPATH += .
9
10QT += opengl svg
11
12# Input
13HEADERS += glwidget.h
14SOURCES += glwidget.cpp main.cpp
15RESOURCES += framebufferobject.qrc
16
17# install
18target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject
19sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.png *.svg
20sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject
21INSTALLS += target sources
22
23symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
24
Note: See TracBrowser for help on using the repository browser.