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

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

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