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