@@ -165,7 +165,7 @@ Qt framework</a>.
165
165
166
166
The PythonQt wrappers generated by the generator located in the "generated_cpp" directory are free to be used without any licensing restrictions.
167
167
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
169
169
generator when you want to build additional wrappers or you want to upgrade/downgrade to another Qt version.
170
170
You may use the generator to generate C++ bindings for your own C++ classes (e.g., to make them inheritable in Python),
171
171
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].
423
423
\note In addition to the qmake profiles, PythonQt now offers building via Cmake. Just use the provided
424
424
CMakeLists.txt in the root directory of the project. This build option has not been well tested yet.
425
425
426
- \subsection Windows
426
+ \section Windows
427
427
428
428
On Windows, the (non-source) Python Windows installer can be used.
429
429
Make sure that you use the same compiler, the current Python distribution is built
@@ -462,7 +462,7 @@ the python2x.[lib | dll | so | dynlib].
462
462
463
463
The tests and examples are located in PythonQt/lib.
464
464
465
- \subsection Linux
465
+ \section Linux
466
466
467
467
On Linux, you need to install a Python-dev package.
468
468
If Python can not be linked or include files can not be found,
@@ -480,7 +480,7 @@ the python2x.[lib | dll | so | dynlib].
480
480
You should add PythonQt/lib to your LD_LIBRARY_PATH so that the runtime
481
481
linker can find the *.so files.
482
482
483
- \subsection MacOsX
483
+ \section MacOSX
484
484
485
485
On Mac, Python is installed as a Framework, so you should not need to install it.
486
486
To build PythonQt, just do a:
0 commit comments