blob: 4e941b28c422d71916c71ac4cb6b0c56b81a8795 [file] [log] [blame]
QT += widgets
SOURCES += main.cpp \
glwidget.cpp \
mainwindow.cpp
HEADERS += glwidget.h \
mainwindow.h
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/threadedqopenglwidget
INSTALLS += target