blob: 3a52e04d74766b1aa298235c58cb7100a55d4831 [file] [log] [blame]
HEADERS = glwidget.h \
window.h \
mainwindow.h \
logo.h
SOURCES = glwidget.cpp \
main.cpp \
window.cpp \
mainwindow.cpp \
logo.cpp
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl2
INSTALLS += target