summaryrefslogtreecommitdiffstats
path: root/examples/widgets/windowcontainer/windowcontainer.pro
blob: 9ac7e4a5abf731c601618f9021629e3b421c88e9 (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(../../gui/openglwindow/openglwindow.pri)