summaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro
blob: a62fbeb9c21237f6e127852260e7ed5f293383b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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