summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
blob: 7e07df24d8fdc7a72b6eefbb89e810e0c6b0dba1 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# The tests in this .pro file _MUST_ use QtCore, QtNetwork and QtGui only
# (i.e. QT=core gui network).
# The test system is allowed to run these tests before the rest of Qt has
# been compiled.
#
TEMPLATE=subdirs
SUBDIRS=\
    gui \
    gestures \
    languagechange \
    modeltest \
    qabstractbutton \
    qabstractitemview \
    qabstractprintdialog \
    qabstractproxymodel \
    qabstractscrollarea \
    qabstractslider \
    qabstractspinbox \
    qaction \
    qactiongroup \
    qapplication \
    qboxlayout \
    qbuttongroup \
    qcalendarwidget \
    qcheckbox \
    qcolordialog \
    qcolumnview \
    qcommandlinkbutton \
    qcompleter \
    qcomplextext \
    qdatawidgetmapper \
    qdatetimeedit \
    qdesktopwidget \
    qdial \
    qdialog \
    qdialogbuttonbox \
    qdirmodel \
    qdockwidget \
    qdoublespinbox \
    qdoublevalidator \
    qerrormessage \
    qfiledialog \
    qfiledialog2 \
    qfileiconprovider \
    qfilesystemmodel \
    qfocusframe \
    qfontcombobox \
    qfontdialog \
    qformlayout \
    qgraphicsanchorlayout \
    qgraphicsanchorlayout1 \
    qgraphicseffect \
    qgraphicseffectsource \
    qgraphicsgridlayout \
    qgraphicsitem \
    qgraphicsitemanimation \
    qgraphicslayout \
    qgraphicslayoutitem \
    qgraphicslinearlayout \
    qgraphicsobject \
    qgraphicspixmapitem \
    qgraphicspolygonitem \
    qgraphicsproxywidget \
    qgraphicsscene \
    qgraphicssceneindex \
    qgraphicstransform \
    qgraphicsview \
    qgraphicswidget \
    qgridlayout \
    qgroupbox \
    qheaderview \
    qidentityproxymodel \
    qinputcontext \
    qinputdialog \
    qintvalidator \
    qitemdelegate \
    qitemeditorfactory \
    qitemselectionmodel \
    qitemview \
    qlabel \
    qlcdnumber \
    qlineedit \
    qlistview \
    qlistwidget \
    qmacstyle \
    qmainwindow \
    qmdisubwindow \
    qmessagebox \
    qnetworkaccessmanager_and_qprogressdialog \
    qopengl \
    qplaintextedit \
    qprogressbar \
    qprogressdialog \
    qpushbutton \
    qradiobutton \
    qregexpvalidator \
    qscrollarea \
    qscrollbar \
    qscroller \
    qsharedpointer_and_qwidget \
    qsidebar \
    qsizegrip \
    qslider \
    qsortfilterproxymodel \
    qsound \
    qspinbox \
    qstackedlayout \
    qstackedwidget \
    qstandarditem \
    qstandarditemmodel \
    qstatusbar \
    qstringlistmodel \
    qstyle \
    qstyleoption \
    qstylesheetstyle \
    qsystemtrayicon \
    qtabbar \
    qtableview \
    qtablewidget \
    qtoolbar \
    qtoolbox \
    qtooltip \
    qtransformedscreen \
    qtreeview \
    qtreewidget \
    qtreewidgetitemiterator \
    qundogroup \
    qundostack \
    qwidget_window \
    qwidgetaction \
    qwindowsurface \
    qwizard \
    qwsembedwidget \
    qwsinputmethod \
    qwswindowsystem \
    qx11info \

# This test cannot be run on Mac OS
mac*:SUBDIRS -= \
    qwindowsurface \

# This test can only be run on Mac OS
!mac:SUBDIRS -= \
    qmacstyle \

# This test takes too long to run on IRIX, so skip it on that platform
irix-*:SUBDIRS -= qitemview

# These tests are only valid for QWS
!embedded|wince*:SUBDIRS -= \
    qtransformedscreen \
    qwsembedwidget \
    qwsinputmethod \
    qwswindowsystem \

# These tests require the cleanlooks style
!contains(styles, cleanlooks):SUBDIRS -= \
    qgraphicswidget \
    qgraphicsproxywidget \

win32:SUBDIRS -= qtextpiecetable

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
           qcolumnview \
           qgraphicsanchorlayout \
           qgraphicsanchorlayout1 \
           qgraphicsitem \
           qgraphicsscene \
           qgraphicssceneindex \
           qlistwidget \
           qmainwindow \
           qpathclipper \
           qpixmapcache \
           qsidebar \
           qstylesheetstyle \
           qtextlayout \
           qtextpiecetable \
           qtipc \
           qtoolbar \