blob: 937afa992ef2879fd6cc7df2d783dba1a57bf118 (
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
|
TEMPLATE = subdirs
SUBDIRS = containers-associative \
containers-sequential \
qanimation \
qbytearray \
qpainter \
qtestlib-simple events \
qiodevice \
qpixmap \
blendbench \
qstringlist \
qobject \
qrect \
qregexp \
qregion \
qvariant \
qwidget \
qtwidgets \
qmlxmlparser \
qfxview \
contains(QT_CONFIG, opengl): SUBDIRS += opengl
# Tests which should run in Pulse
PULSE_TESTS = \
qfxview \
qmlxmlparser \
|