source: trunk/examples/opengl/hellogl/hellogl.pro@ 642

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

trunk: Merged in qt 4.6.1 sources.

File size: 541 bytes
RevLine 
[561]1VPATH += ../shared
2INCLUDEPATH += ../shared
3
[2]4HEADERS = glwidget.h \
[561]5 window.h \
6 qtlogo.h
[2]7SOURCES = glwidget.cpp \
8 main.cpp \
[561]9 window.cpp \
10 qtlogo.cpp
[2]11QT += opengl
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl.pro
16sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
17INSTALLS += target sources
[561]18
19symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.