summaryrefslogtreecommitdiffstats
path: root/examples/widgets/windowcontainer/windowcontainer.pro
blob: 664ac938a20b8e356d37b6b5a217ccd1df1e2a85 (plain)
1
2
3
4
5
6
7
8
9
SOURCES     = windowcontainer.cpp

QT += widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/windowcontainer
INSTALLS += target

include(../../opengl/openglwindow/openglwindow.pri)