mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
16 lines
310 B
Prolog
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
|