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

12 lines
225 B
Prolog
Raw Normal View History

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