summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/hellowindow/hellowindow.pro
blob: 27c274a3785e8139b901304702b2055a97d5a640 (plain)
1
2
3
4
5
6
7
8
9
QT += gui-private core-private opengl

HEADERS += hellowindow.h
SOURCES += hellowindow.cpp main.cpp

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