diff --git a/share/qtcreator/CMakeLists.txt b/share/qtcreator/CMakeLists.txt index 5bd0f05bf22..0a868915a3d 100644 --- a/share/qtcreator/CMakeLists.txt +++ b/share/qtcreator/CMakeLists.txt @@ -32,7 +32,7 @@ set(resource_files debugger/README.txt debugger/setup.cfg debugger/android_stdtypes.py - debugger/mac_stdtypes.py + debugger/libcpp_stdtypes.py debugger/stdtypes.py debugger/utils.py ) diff --git a/share/qtcreator/debugger/mac_stdtypes.py b/share/qtcreator/debugger/libcpp_stdtypes.py similarity index 100% rename from share/qtcreator/debugger/mac_stdtypes.py rename to share/qtcreator/debugger/libcpp_stdtypes.py