summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/nestedlayouts/nestedlayouts.pro
blob: d47fb15eef0c12cc81181a0ddab230661930ee92 (plain)
1
2
3
4
5
6
7
8
QT += widgets
requires(qtConfig(tableview))

SOURCES = main.cpp

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