summaryrefslogtreecommitdiffstats
path: root/examples/opengl/openglwindow/openglwindow.pro
blob: 8b1ae71c14f90ff0603d4b7e5e029a97d45cab07 (plain)
1
2
3
4
5
6
7
include(openglwindow.pri)

SOURCES += \
    main.cpp

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