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

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

trunk: Merged in qt 4.6.1 sources.

File size: 541 bytes
Line 
1VPATH += ../shared
2INCLUDEPATH += ../shared
3
4HEADERS = glwidget.h \
5 window.h \
6 qtlogo.h
7SOURCES = glwidget.cpp \
8 main.cpp \
9 window.cpp \
10 qtlogo.cpp
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
18
19symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.