forked from qt/qtbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Qt by Nokia
committed
Apr 27, 2011
0 parents
commit 38be0d1
Showing
20,396 changed files
with
5,765,637 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
INSTALLING Qt Source Package Version %VERSION%. | ||
|
||
For full installation instructions for each supported platform, please | ||
see http://qt.nokia.com/doc/%SHORTVERSION%/installation.html, the file | ||
doc/html/installation.html in this package, or follow one of the following | ||
links: | ||
|
||
Embedded Linux: http://qt.nokia.com/doc/%SHORTVERSION%/qt-embedded-install.html | ||
Mac OS X: http://qt.nokia.com/doc/%SHORTVERSION%/install-mac.html | ||
Windows: http://qt.nokia.com/doc/%SHORTVERSION%/install-win.html | ||
Windows CE: http://qt.nokia.com/doc/%SHORTVERSION%/install-wince.html | ||
X11 Platforms: http://qt.nokia.com/doc/%SHORTVERSION%/install-x11.html | ||
Symbian Platform: http://qt.nokia.com/doc/%SHORTVERSION%/install-symbian.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Nokia Qt LGPL Exception version 1.1 | ||
|
||
As an additional permission to the GNU Lesser General Public License version | ||
2.1, the object code form of a "work that uses the Library" may incorporate | ||
material from a header file that is part of the Library. You may distribute | ||
such object code under terms of your choice, provided that: | ||
(i) the header files of the Library have not been modified; and | ||
(ii) the incorporated material is limited to numerical parameters, data | ||
structure layouts, accessors, macros, inline functions and | ||
templates; and | ||
(iii) you comply with the terms of Section 6 of the GNU Lesser General | ||
Public License version 2.1. | ||
|
||
Moreover, you may apply this exception to a modified version of the Library, | ||
provided that such modification does not involve copying material from the | ||
Library into the modified Library's header files unless such material is | ||
limited to (i) numerical parameters; (ii) data structure layouts; | ||
(iii) accessors; and (iv) small macros, templates and inline functions of | ||
five lines or less in length. | ||
|
||
Furthermore, you are not required to apply this additional permission to a | ||
modified version of the Library. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
scriptpath=`dirname $0` | ||
perl $scriptpath/createpackage.pl "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | ||
:: | ||
:: Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). | ||
:: All rights reserved. | ||
:: Contact: Nokia Corporation ([email protected]) | ||
:: | ||
:: This file is part of the test suite of the Qt Toolkit. | ||
:: | ||
:: $QT_BEGIN_LICENSE:LGPL$ | ||
:: No Commercial Usage | ||
:: This file contains pre-release code and may not be distributed. | ||
:: You may use this file in accordance with the terms and conditions | ||
:: contained in the Technology Preview License Agreement accompanying | ||
:: this package. | ||
:: | ||
:: GNU Lesser General Public License Usage | ||
:: Alternatively, this file may be used under the terms of the GNU Lesser | ||
:: General Public License version 2.1 as published by the Free Software | ||
:: Foundation and appearing in the file LICENSE.LGPL included in the | ||
:: packaging of this file. Please review the following information to | ||
:: ensure the GNU Lesser General Public License version 2.1 requirements | ||
:: will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | ||
:: | ||
:: In addition, as a special exception, Nokia gives you certain additional | ||
:: rights. These rights are described in the Nokia Qt LGPL Exception | ||
:: version 1.1, included in the file LGPL_EXCEPTION.txt in this package. | ||
:: | ||
:: If you have questions regarding the use of this file, please contact | ||
:: Nokia at [email protected]. | ||
:: | ||
:: | ||
:: | ||
:: | ||
:: | ||
:: | ||
:: | ||
:: | ||
:: $QT_END_LICENSE$ | ||
:: | ||
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
@echo off | ||
set scriptpath=%~dp0 | ||
perl %scriptpath%createpackage.pl %* |
Oops, something went wrong.