aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/configure.cmake
blob: 7703ae07f4bbc835478beebed543ee8207c7cffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36


#### Inputs



#### Libraries



#### Tests



#### Features

qt_feature("quicktemplates2-hover" PRIVATE
    SECTION "Quick Templates 2"
    LABEL "Hover support"
    PURPOSE "Provides support for hover effects."
)
qt_feature("quicktemplates2-multitouch" PRIVATE
    SECTION "Quick Templates 2"
    LABEL "Multi-touch support"
    PURPOSE "Provides support for multi-touch."
)
qt_feature("quicktemplates2-calendar" PRIVATE
    SECTION "Quick Templates 2"
    LABEL "Calendar support"
    PURPOSE "Provides calendar types."
)
qt_configure_add_summary_section(NAME "Qt Quick Templates 2")
qt_configure_add_summary_entry(ARGS "quicktemplates2-hover")
qt_configure_add_summary_entry(ARGS "quicktemplates2-multitouch")
qt_configure_add_summary_entry(ARGS "quicktemplates2-calendar")
qt_configure_end_summary_section() # end of "Qt Quick Templates 2" section