blob: 917003925eab7636d01bc76bed8fcab6ccb7071e (
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
|
TEMPLATE = subdirs
SUBDIRS = containers-associative \
containers-sequential \
qanimation \
qbytearray \
qfileinfo \
qfile_vs_qnetworkaccessmanager \
qpainter \
qtestlib-simple events \
qiodevice \
qpixmap \
blendbench \
qstring \
qstringlist \
qmatrix4x4 \
qnetworkreply \
qobject \
qrect \
qregexp \
qregion \
qvariant \
qwidget \
qtwidgets
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|