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

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

HEADERS += glwidget.h \
           mainwindow.h

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