diff --git a/Editor/CMakeLists.txt b/Editor/CMakeLists.txt index 1dc2108..591cce8 100644 --- a/Editor/CMakeLists.txt +++ b/Editor/CMakeLists.txt @@ -68,6 +68,9 @@ target_compile_definitions(amuse-gui PRIVATE # Disable narrowing conversions in signal/slot connect() calls. -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT + # Disable unsafe overloads of QProcess' start() function. + -DQT_NO_PROCESS_COMBINED_ARGUMENT_START + # Disable implicit QString->QUrl conversions to enforce use of proper resolving functions. -DQT_NO_URL_CAST_FROM_STRING