| 1 | TEMPLATE = subdirs |
| 2 | SUBDIRS = \ |
| 3 | corelib \ |
| 4 | gui \ |
| 5 | network \ |
| 6 | script \ |
| 7 | sql \ |
| 8 | svg |
| 9 | contains(QT_CONFIG, opengl): SUBDIRS += opengl |
| 10 | contains(QT_CONFIG, declarative): SUBDIRS += declarative |
| 11 | contains(QT_CONFIG, dbus): SUBDIRS += dbus |
| 12 | |
| 13 | check-trusted.CONFIG += recursive |
| 14 | QMAKE_EXTRA_TARGETS += check-trusted |

