summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/ui-components.pro
blob: 951121f3563f1bb7f88c10ddeeb6ad9c6aba1bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS += dialcontrol \
           flipable \
           main \
           progressbar \
           scrollbar \
           searchbox \
           slideswitch \
           spinner \
           tabwidget

# install
sources.files = ui-components.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/ui-components
INSTALLS += sources