summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl2/hellogl2.pro
blob: d7cd38de532f0d771d9bf8acf559a2b3bb0f6cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = glwidget.h \
                window.h \
                mainwindow.h \
                logo.h
SOURCES       = glwidget.cpp \
                main.cpp \
                window.cpp \
                mainwindow.cpp \
                logo.cpp

QT += widgets opengl openglwidgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl2
INSTALLS += target