summaryrefslogtreecommitdiffstats
path: root/src/testlib/configure.cmake
blob: 2509e11330fa53517fc6c8c7b09894b8cf1fe9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


#### Inputs



#### Libraries



#### Tests



#### Features

qt_feature("itemmodeltester" PUBLIC
    LABEL "Tester for item models"
    PURPOSE "Provides a utility to test item models."
    CONDITION QT_FEATURE_itemmodel
)