blob: bf02731f4a4f1d369134a07c00703e504e6fd6d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
TEMPLATE = subdirs
SUBDIRS = containers-associative \
containers-sequential \
qanimation \
qbytearray \
qpainter \
qtestlib-simple events \
qiodevice \
qpixmap \
blendbench \
qstring \
qstringlist \
qmatrix4x4 \
qnetworkreply \
qobject \
qrect \
qregexp \
qregion \
qvariant \
qwidget \
qtwidgets
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|