You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drop claim that wrappers are pre-generated/checked-in.
- Document default generator output (../generated_cpp) and override via PYTHONQT_GENERATED_PATH.
- Describe qmake toggles (generator_only / exclude_generator) and switch build
steps to top-level PythonQt.pro: first generate wrappers, then build runtime
(and extensions) without rebuilding the generator.
Use `nmake` for MSVC (Visual Studio; make sure to have the environment variables set for Visual Studio beforehand). Otherwise, use `make`.
87
81
88
-
4. Generate the bindings
82
+
3. Generate the bindings
89
83
90
-
We use the generator executable from step 3 to generate the bindings.
84
+
Use the generator executable from step 2 to generate the bindings.
91
85
The location of the generator executable can vary depending on your platform (the subdirectory is named after the current configuration, e.g., `release`).
92
86
On Windows, the generator is named `pythonqt_generator.exe`; on all other platforms, it is named `pythonqt_generator`.
0 commit comments