mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 12:24:31 -04:00
PythonQt: default to enabled
- This just causes it to be enabled and used when present by default, rather than disabled by default (even when present).
This commit is contained in:
parent
dae84d3bb1
commit
45b95e1b65
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ endif()
|
||||||
|
|
||||||
option( INSTALL_CONFIG "Install configuration files" ON )
|
option( INSTALL_CONFIG "Install configuration files" ON )
|
||||||
option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON )
|
option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON )
|
||||||
option( WITH_PYTHONQT "Enable next generation Python modules API (experimental, requires PythonQt)." OFF )
|
option( WITH_PYTHONQT "Enable next generation Python modules API (experimental, requires PythonQt)." ON )
|
||||||
option( WITH_KF5Crash "Enable crash reporting with KCrash." ON )
|
option( WITH_KF5Crash "Enable crash reporting with KCrash." ON )
|
||||||
option( BUILD_TESTING "Build the testing tree." ON )
|
option( BUILD_TESTING "Build the testing tree." ON )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue