summaryrefslogtreecommitdiffstats
path: root/examples/opengl/qopenglwidget/qopenglwidget.pro
blob: 1df3de1290248af8a89edf6aca87b1a5387e7c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets opengl

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

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

RESOURCES += texture.qrc

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