qt6windows7/examples/widgets/windowcontainer/windowcontainer.pro

10 lines
194 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
SOURCES = windowcontainer.cpp
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/windowcontainer
INSTALLS += target
include(../../opengl/openglwindow/openglwindow.pri)