summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/nestedlayouts/nestedlayouts.pro
blob: 471a98121e0f1b2a1d6725d769a09a82a57082bf (plain)
1
2
3
4
5
6
7
8
9
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)