qt6windows7/tests/manual/examples/opengl/qopenglwidget/qopenglwidget.pro
2023-11-01 18:02:52 +01:00

16 lines
310 B
Prolog

QT += widgets opengl openglwidgets
SOURCES += main.cpp \
glwidget.cpp \
mainwindow.cpp \
bubble.cpp
HEADERS += glwidget.h \
mainwindow.h \
bubble.h
RESOURCES += texture.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwidget
INSTALLS += target