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
@ -141,7 +141,7 @@ endif()
|
||||
|
||||
option( INSTALL_CONFIG "Install configuration files" 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( BUILD_TESTING "Build the testing tree." ON )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user