qt5base-lts/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro

12 lines
246 B
Prolog
Raw Normal View History

QT += widgets opengl openglwidgets
SOURCES += main.cpp \
glwidget.cpp \
mainwindow.cpp
HEADERS += glwidget.h \
mainwindow.h
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/threadedqopenglwidget
INSTALLS += target