source:
trunk/projects.pro@
1115
| Last change on this file since 1115 was 1065, checked in by , 14 years ago | |
|---|---|
| File size: 7.1 KB | |
| Rev | Line | |
|---|---|---|
| [2] | 1 | ##################################################################### |
| 2 | # Main projectfile | |
| 3 | ##################################################################### | |
| 4 | ||
| 5 | CONFIG += ordered | |
| 6 | TEMPLATE = subdirs | |
| 7 | ||
| 8 | cross_compile: CONFIG += nostrip | |
| 9 | ||
| 10 | isEmpty(QT_BUILD_PARTS) { #defaults | |
| [561] | 11 | symbian { |
| 12 | QT_BUILD_PARTS = libs tools examples demos | |
| 13 | } else { | |
| 14 | QT_BUILD_PARTS = libs tools examples demos docs translations | |
| 15 | } | |
