source: trunk/examples/opengl/2dpainting/2dpainting.pro@ 385

Last change on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 478 bytes
Line 
1QT += opengl
2
3HEADERS = glwidget.h \
4 helper.h \
5 widget.h \
6 window.h
7SOURCES = glwidget.cpp \
8 helper.cpp \
9 main.cpp \
10 widget.cpp \
11 window.cpp
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 2dpainting.pro
16sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
17INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.