source: trunk/projects.pro@ 841

Last change on this file since 841 was 769, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

File size: 6.2 KB
Line 
1#####################################################################
2# Main projectfile
3#####################################################################
4
5CONFIG += ordered
6TEMPLATE = subdirs
7
8cross_compile: CONFIG += nostrip
9
10isEmpty(QT_BUILD_PARTS) { #defaults
11 symbian {
12 QT_BUILD_PARTS = libs tools examples demos
13 } else {
14 QT_BUILD_PARTS = libs tools examples demos docs translations
15 }
16} else { #make sure the order makes sense
17 contains(QT_BUILD_PARTS, translations) {
18 QT_BUILD_PARTS -= translations
19 QT_BUILD_PARTS = translations $$QT_BUILD_PARTS