equal
deleted
inserted
replaced
1 #!/usr/bin/perl |
1 #!/usr/bin/perl |
2 ############################################################################# |
2 ############################################################################# |
3 ## |
3 ## |
4 ## Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
4 ## Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
5 ## All rights reserved. |
5 ## All rights reserved. |
6 ## Contact: Nokia Corporation (qt-info@nokia.com) |
6 ## Contact: Nokia Corporation (qt-info@nokia.com) |
7 ## |
7 ## |
8 ## This file is part of the test suite of the Qt Toolkit. |
8 ## This file is part of the test suite of the Qt Toolkit. |
9 ## |
9 ## |
130 or die "Cannot open $qtbase/src/corelib/global/qfeatures.h for writing"; |
130 or die "Cannot open $qtbase/src/corelib/global/qfeatures.h for writing"; |
131 |
131 |
132 print OUT |
132 print OUT |
133 '/**************************************************************************** |
133 '/**************************************************************************** |
134 ** |
134 ** |
135 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
135 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
136 ** All rights reserved. |
136 ** All rights reserved. |
137 ** Contact: Nokia Corporation (qt-info@nokia.com) |
137 ** Contact: Nokia Corporation (qt-info@nokia.com) |
138 ** |
138 ** |
139 ** This file is part of the QtCore module of the Qt Toolkit. |
139 ** This file is part of the QtCore module of the Qt Toolkit. |
140 ** |
140 ** |