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>
14 lines
289 B
Prolog
14 lines
289 B
Prolog
HEADERS = glwidget.h \
|
|
window.h
|
|
SOURCES = glwidget.cpp \
|
|
main.cpp \
|
|
window.cpp
|
|
|
|
RESOURCES = textures.qrc
|
|
|
|
QT += widgets opengl openglwidgets
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
|
INSTALLS += target
|