diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,10 +62,7 @@ endif() add_definitions(-DQT_USE_QSTRINGBUILDER -DQT_NO_CAST_TO_ASCII -DQT_NO_URL_CAST_FROM_STRING) -if(NOT MSVC) - # Temporary solution until all targets have compile features set - add_compile_options(-std=c++11) -endif() +add_compile_options(-std=c++14) # use DBus only on Linux if(CMAKE_SYSTEM_NAME MATCHES "Linux")