File: controls.pro

package info (click to toggle)
qtquickcontrols-opensource-src 5.7.1~20161021-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,052 kB
  • ctags: 1,792
  • sloc: cpp: 15,156; makefile: 27
file content (19 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

SUBDIRS += \
    gallery \
    tableview \
    touch \
    styles \
    uiforms

qtHaveModule(widgets) {
    SUBDIRS += texteditor filesystembrowser
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}

EXAMPLE_FILES += \
    shared