summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro
blob: 87eb7c58a4a1e08b19a4547ae0f9f25e787d291c (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

SOURCES = main.cpp

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

simulator: warning(This example might not fully work on Simulator platform)