diff -r 41300fa6a67c -r f7bc934e204c util/examples/opengl/samplebuffers/samplebuffers.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/examples/opengl/samplebuffers/samplebuffers.pro Wed Mar 31 11:06:36 2010 +0300 @@ -0,0 +1,12 @@ +HEADERS += glwidget.h +SOURCES += glwidget.cpp main.cpp + +QT += opengl + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers +sources.files = $$SOURCES $$HEADERS samplebuffers.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)