2014-08-02 17:42:15 +00:00
|
|
|
QT += widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS = glwidget.h \
|
|
|
|
helper.h \
|
|
|
|
widget.h \
|
|
|
|
window.h
|
|
|
|
SOURCES = glwidget.cpp \
|
|
|
|
helper.cpp \
|
|
|
|
main.cpp \
|
|
|
|
widget.cpp \
|
|
|
|
window.cpp
|
|
|
|
|
|
|
|
# install
|
2012-11-26 13:04:31 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
|
2012-11-27 19:40:16 +00:00
|
|
|
INSTALLS += target
|