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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/dynamiclayouts
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/dynamiclayouts
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets