##// END OF EJS Templates
updated license info...
updated license info git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@124 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r88:9568cb056971
r88:9568cb056971
Show More
README
33 lines | 1.2 KiB | text/plain | TextLexer
ezust
reorganized SVN tree into branches, tags and trunk...
r0 PythonQt
--------
PythonQt is a dynamic Python (http://www.python.org) binding for Qt (http://www.trolltech.com).
ezust
- Added CHANGELOG...
r2 It offers an easy way to embed the Python scripting language into
ezust
reorganized SVN tree into branches, tags and trunk...
r0 your Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt4.x.
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 Licensing of PythonQt
---------------------
florianlink
updated license info...
r88 PythonQt is distributed under the LGPL 2.1 license.
ezust
reorganized SVN tree into branches, tags and trunk...
r0
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 Licensing of Generator
----------------------
florianlink
updated license info...
r88 The build system of PythonQt makes use of a patched version of the LGPL'ed QtScript generator,
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 located in the "generator" directory.
florianlink
updated license info...
r88 See the LICENSE.LGPL file in the generator subdirectory for details.
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
See http://qt.gitorious.org/qt-labs/qtscriptgenerator for the original project.
The PythonQt wrappers generated by the generator are distributed under the LGPL as well.
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
florianlink
- removed phonon temporarily...
r11 The generated wrappers are pre-generated and checked-in for Qt 4.4.3, so you only need to build and run the
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 generator when you want to build additional wrappers or you want to upgrade/downgrade to an newer Qt version.
ezust
reorganized SVN tree into branches, tags and trunk...
r0 Documentation
-------------
More documentation is available at:
http://pythonqt.sourceforge.net/