qtbase-opensource-src/examples/opengl/qopenglwidget/qopenglwidget.pro

16 lines
289 B
Prolog
Raw Permalink Normal View History

2022-05-14 17:39:13 +08:00
QT += widgets
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