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

16 lines
364 B
Prolog
Raw Permalink Normal View History

2022-05-14 17:39:13 +08:00
HEADERS = glwidget.h \
window.h \
mainwindow.h \
logo.h
SOURCES = glwidget.cpp \
main.cpp \
window.cpp \
mainwindow.cpp \
logo.cpp
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl2
INSTALLS += target