summaryrefslogtreecommitdiffstats
path: root/examples/layouts/dynamiclayouts/dynamiclayouts.pro
blob: dce1e29d8400c8f7b46323e8cd46e4a35b5048fa (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]/layouts/dynamiclayouts
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/layouts/dynamiclayouts
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)