aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/benchmarks.pro
blob: 4b2aec498c43055cd991e27ac98792137b171150 (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
37
38
39
TEMPLATE    = subdirs

  include(../mkspecs/common.pri)

SUBDIRS     = \
 mt_mbutton \
 mt_mbuttongroup \
 mt_mimagewidget \
 mt_mlist \
 mt_mmenu \
 mt_mtoolbar \
 mt_mlabel \
 \
 pt_mapplication \
 pt_mbutton \
 pt_mcomponentcache \
 pt_mcomponentdata \
 pt_mcomponentdata2 \
 pt_mgles2renderer \
 pt_mimagewidget \
 pt_mmenu \
 pt_minimalmapplication \
 pt_minimalqtapplication \
 pt_mlayout \
 pt_mlocationdatabase \
 pt_mprogressindicator \
 pt_qapplication \
 pt_mlabel \
 pt_mlocale \
 pt_mslider \
 pt_mstylesheet \
 pt_mtheme \
 pt_mtoolbar \
 pt_widgetsgallery \

contains(DEFINES, HAVE_ICU) {
SUBDIRS += \
 pt_mcalendar
}