summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro
blob: e7073a324bdc7dbe8724d87a195c07696d177d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = qopenglwindow
INCLUDEPATH += .
QT += opengl

RESOURCES += shaders.qrc

SOURCES += \
    main.cpp \
    background_renderer.cpp

HEADERS += \
    background_renderer.h

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