summaryrefslogtreecommitdiffstats
path: root/examples/widgets/layouts/dynamiclayouts/dynamiclayouts.pro
blob: 8424799ca3570927989e34237c9ae9b84fe75348 (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/dynamiclayouts
INSTALLS += target

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