0
|
1 |
TEMPLATE = subdirs
|
|
2 |
SUBDIRS = basiclayouts \
|
|
3 |
borderlayout \
|
|
4 |
dynamiclayouts \
|
|
5 |
flowlayout
|
|
6 |
|
|
7 |
# install
|
|
8 |
sources.files = README *.pro
|
|
9 |
sources.path = $$[QT_INSTALL_EXAMPLES]/layouts
|
|
10 |
INSTALLS += sources
|
|
11 |
|
|
12 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|