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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)