diff --git a/src/PythonQtDoc.h b/src/PythonQtDoc.h index 868d618..75f1186 100644 --- a/src/PythonQtDoc.h +++ b/src/PythonQtDoc.h @@ -165,7 +165,7 @@ Qt framework. The PythonQt wrappers generated by the generator located in the "generated_cpp" directory are free to be used without any licensing restrictions. - The generated wrappers are pre-generated and checked-in for Qt 4.6.1, so you only need to build and run the + The generated wrappers are pre-generated and checked-in for Qt 4.8, so you only need to build and run the generator when you want to build additional wrappers or you want to upgrade/downgrade to another Qt version. You may use the generator to generate C++ bindings for your own C++ classes (e.g., to make them inheritable in Python), 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]. \note In addition to the qmake profiles, PythonQt now offers building via Cmake. Just use the provided CMakeLists.txt in the root directory of the project. This build option has not been well tested yet. - \subsection Windows + \section Windows On Windows, the (non-source) Python Windows installer can be used. Make sure that you use the same compiler, the current Python distribution is built @@ -462,7 +462,7 @@ the python2x.[lib | dll | so | dynlib]. The tests and examples are located in PythonQt/lib. - \subsection Linux + \section Linux On Linux, you need to install a Python-dev package. If Python can not be linked or include files can not be found, @@ -480,7 +480,7 @@ the python2x.[lib | dll | so | dynlib]. You should add PythonQt/lib to your LD_LIBRARY_PATH so that the runtime linker can find the *.so files. - \subsection MacOsX + \section MacOSX On Mac, Python is installed as a Framework, so you should not need to install it. To build PythonQt, just do a: