Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
[qt-netbsd.git] / examples / opengl / framebufferobject / framebufferobject.pro
blobf9ee7e7e875ffe6045c66d02a88d21db803d96ea
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Fri May 12 17:15:46 2006
3 ######################################################################
5 TEMPLATE = app
6 TARGET =
7 DEPENDPATH += .
8 INCLUDEPATH += .
10 QT += opengl svg
12 # Input
13 HEADERS += glwidget.h
14 SOURCES += glwidget.cpp main.cpp
15 RESOURCES += framebufferobject.qrc
17 # install
18 target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject
19 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.png *.svg
20 sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject
21 INSTALLS += target sources
23 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)