aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/customitems.pro
blob: a401042d4ef0a9ba2f9a7bef7916139b76f899ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs
SUBDIRS = \
    #dialcontrol \
    #flipable \
    painteditem \
    #progressbar \
    #scrollbar \
    #searchbox \
    #slideswitch \
    #spinner \
    #tabwidget \
    maskedmousearea

# install
sources.files = customitems.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/customitems
INSTALLS += sources