qt6-bb10/examples/widgets/tutorials/widgets/nestedlayouts/nestedlayouts.pro

10 lines
219 B
Prolog

QT += widgets
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/nestedlayouts
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)