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

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

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