qtbase-opensource-src/examples/widgets/windowcontainer/windowcontainer.pro

10 lines
191 B
Prolog

SOURCES = windowcontainer.cpp
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/windowcontainer
INSTALLS += target
include(../../gui/openglwindow/openglwindow.pri)