File: controls.pro

package info (click to toggle)
qtquickcontrols-opensource-src 5.3.2-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 4,812 kB
  • sloc: cpp: 10,879; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS += \
    gallery \
    splitview \
    tableview \
    touch \
    basiclayouts

qtHaveModule(widgets) {
    SUBDIRS += texteditor
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}