summaryrefslogtreecommitdiffstats
path: root/examples/widgets/layouts/basiclayouts/basiclayouts.pro
blob: cfa8594516678e98d16b995f4778e46297fbc24b (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS     = dialog.h
SOURCES     = dialog.cpp \
              main.cpp

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

QT += widgets

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