Skip to content

Commit e2dce4b

Browse files
author
florianlink
committed
updated doxygen
git-svn-id: https://pythonqt.svn.sourceforge.net/svnroot/pythonqt/trunk@228 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent c4244cc commit e2dce4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PythonQtDoc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Qt framework</a>.
165165
166166
The PythonQt wrappers generated by the generator located in the "generated_cpp" directory are free to be used without any licensing restrictions.
167167
168-
The generated wrappers are pre-generated and checked-in for Qt 4.6.1, so you only need to build and run the
168+
The generated wrappers are pre-generated and checked-in for Qt 4.8, so you only need to build and run the
169169
generator when you want to build additional wrappers or you want to upgrade/downgrade to another Qt version.
170170
You may use the generator to generate C++ bindings for your own C++ classes (e.g., to make them inheritable in Python),
171171
but this is currently not documented and involves creating your own typesystem files (although the Qt Jambi examples might help you).
@@ -423,7 +423,7 @@ the python2x.[lib | dll | so | dynlib].
423423
\note In addition to the qmake profiles, PythonQt now offers building via Cmake. Just use the provided
424424
CMakeLists.txt in the root directory of the project. This build option has not been well tested yet.
425425
426-
\subsection Windows
426+
\section Windows
427427
428428
On Windows, the (non-source) Python Windows installer can be used.
429429
Make sure that you use the same compiler, the current Python distribution is built
@@ -462,7 +462,7 @@ the python2x.[lib | dll | so | dynlib].
462462
463463
The tests and examples are located in PythonQt/lib.
464464
465-
\subsection Linux
465+
\section Linux
466466
467467
On Linux, you need to install a Python-dev package.
468468
If Python can not be linked or include files can not be found,
@@ -480,7 +480,7 @@ the python2x.[lib | dll | so | dynlib].
480480
You should add PythonQt/lib to your LD_LIBRARY_PATH so that the runtime
481481
linker can find the *.so files.
482482
483-
\subsection MacOsX
483+
\section MacOSX
484484
485485
On Mac, Python is installed as a Framework, so you should not need to install it.
486486
To build PythonQt, just do a:

0 commit comments

Comments
 (0)