source: trunk/projects.pro@ 1093

Last change on this file since 1093 was 1065, checked in by Dmitry A. Kuminov, 14 years ago

Reverted r1038.

READMEs are now installed by the .spec script as needed.

File size: 7.1 KB
RevLine 
[2]1#####################################################################
2# Main projectfile
3#####################################################################
4
5CONFIG += ordered
6TEMPLATE = subdirs
7
8cross_compile: CONFIG += nostrip
9
10isEmpty(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 }
[2]16} else { #make sure the order makes sense