00eeed234f
Same pattern as QtQuickWidgets. Gets rid of QtOpenGL's dependency on QtWidgets. Task-number: QTBUG-74409 Change-Id: I4f9b55c23e25a1e0519734037b768a16e870c7d2 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
16 lines
355 B
Prolog
16 lines
355 B
Prolog
QT += widgets opengl openglwidgets
|
|
|
|
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
|