qt5base-lts/examples/opengl/2dpainting/2dpainting.pro

16 lines
350 B
Prolog
Raw Normal View History

QT += widgets opengl
HEADERS = glwidget.h \
helper.h \
widget.h \
window.h
SOURCES = glwidget.cpp \
helper.cpp \
main.cpp \
widget.cpp \
window.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
INSTALLS += target