Skip to content

Commit 38be0d1

Browse files
author
Qt by Nokia
committed
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
0 parents  commit 38be0d1

File tree

20,396 files changed

+5765637
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

20,396 files changed

+5765637
-0
lines changed

INSTALL

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
INSTALLING Qt Source Package Version %VERSION%.
2+
3+
For full installation instructions for each supported platform, please
4+
see http://qt.nokia.com/doc/%SHORTVERSION%/installation.html, the file
5+
doc/html/installation.html in this package, or follow one of the following
6+
links:
7+
8+
Embedded Linux: http://qt.nokia.com/doc/%SHORTVERSION%/qt-embedded-install.html
9+
Mac OS X: http://qt.nokia.com/doc/%SHORTVERSION%/install-mac.html
10+
Windows: http://qt.nokia.com/doc/%SHORTVERSION%/install-win.html
11+
Windows CE: http://qt.nokia.com/doc/%SHORTVERSION%/install-wince.html
12+
X11 Platforms: http://qt.nokia.com/doc/%SHORTVERSION%/install-x11.html
13+
Symbian Platform: http://qt.nokia.com/doc/%SHORTVERSION%/install-symbian.html
14+

LGPL_EXCEPTION.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Nokia Qt LGPL Exception version 1.1
2+
3+
As an additional permission to the GNU Lesser General Public License version
4+
2.1, the object code form of a "work that uses the Library" may incorporate
5+
material from a header file that is part of the Library. You may distribute
6+
such object code under terms of your choice, provided that:
7+
(i) the header files of the Library have not been modified; and
8+
(ii) the incorporated material is limited to numerical parameters, data
9+
structure layouts, accessors, macros, inline functions and
10+
templates; and
11+
(iii) you comply with the terms of Section 6 of the GNU Lesser General
12+
Public License version 2.1.
13+
14+
Moreover, you may apply this exception to a modified version of the Library,
15+
provided that such modification does not involve copying material from the
16+
Library into the modified Library's header files unless such material is
17+
limited to (i) numerical parameters; (ii) data structure layouts;
18+
(iii) accessors; and (iv) small macros, templates and inline functions of
19+
five lines or less in length.
20+
21+
Furthermore, you are not required to apply this additional permission to a
22+
modified version of the Library.

LICENSE.FDL

+450
Large diffs are not rendered by default.

LICENSE.LGPL

+514
Large diffs are not rendered by default.

LICENSE.PREVIEW.COMMERCIAL

+629
Large diffs are not rendered by default.

bin/createpackage

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
scriptpath=`dirname $0`
3+
perl $scriptpath/createpackage.pl "$@"

bin/createpackage.bat

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2+
::
3+
:: Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4+
:: All rights reserved.
5+
:: Contact: Nokia Corporation (qt-info@nokia.com)
6+
::
7+
:: This file is part of the test suite of the Qt Toolkit.
8+
::
9+
:: $QT_BEGIN_LICENSE:LGPL$
10+
:: No Commercial Usage
11+
:: This file contains pre-release code and may not be distributed.
12+
:: You may use this file in accordance with the terms and conditions
13+
:: contained in the Technology Preview License Agreement accompanying
14+
:: this package.
15+
::
16+
:: GNU Lesser General Public License Usage
17+
:: Alternatively, this file may be used under the terms of the GNU Lesser
18+
:: General Public License version 2.1 as published by the Free Software
19+
:: Foundation and appearing in the file LICENSE.LGPL included in the
20+
:: packaging of this file. Please review the following information to
21+
:: ensure the GNU Lesser General Public License version 2.1 requirements
22+
:: will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
23+
::
24+
:: In addition, as a special exception, Nokia gives you certain additional
25+
:: rights. These rights are described in the Nokia Qt LGPL Exception
26+
:: version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
27+
::
28+
:: If you have questions regarding the use of this file, please contact
29+
:: Nokia at qt-info@nokia.com.
30+
::
31+
::
32+
::
33+
::
34+
::
35+
::
36+
::
37+
::
38+
:: $QT_END_LICENSE$
39+
::
40+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
41+
42+
@echo off
43+
set scriptpath=%~dp0
44+
perl %scriptpath%createpackage.pl %*

0 commit comments

Comments
 (0)