qt6windows7/examples/opengl/hellogl2/hellogl2.pro

16 lines
375 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
HEADERS = glwidget.h \
window.h \
mainwindow.h \
logo.h
SOURCES = glwidget.cpp \
main.cpp \
window.cpp \
mainwindow.cpp \
logo.cpp
QT += widgets opengl openglwidgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl2
INSTALLS += target