summaryrefslogtreecommitdiffstats
path: root/examples/widgets/layouts/basiclayouts/basiclayouts.pro
blob: bc53b277828e1f6a76a9e64c651eef884ff9d359 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS     = dialog.h
SOURCES     = dialog.cpp \
              main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/basiclayouts
INSTALLS += target

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