blob: 5dd31f3d13d5015f76ce3bec381cd0de066f8a40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = subdirs
SUBDIRS += \
binding \
creation \
pointers \
qdeclarativecomponent \
qdeclarativeimage \
qdeclarativemetaproperty \
script \
qmltime
contains(QT_CONFIG, opengl): SUBDIRS += painting
|