summaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro
blob: 46332ab7cbed7201ab4516e422611cc2dab76445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets opengl openglwidgets

SOURCES += main.cpp \
           glwidget.cpp \
           mainwindow.cpp \
           renderer.cpp

HEADERS += glwidget.h \
           mainwindow.h \
           renderer.h

target.path = $$[QT_INSTALL_EXAMPLES]/opengl/threadedqopenglwidget
INSTALLS += target