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

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

HEADERS += glwidget.h \
           mainwindow.h

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