diff --git a/CMakeLists.txt b/CMakeLists.txt
index 337881b84a045bfc3f792a37269c317eeafd1ea2..47030a51ce84881356bc5f2aff850b036d081c80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,3 +99,6 @@ target_link_libraries(groundstation PUBLIC
     Qt5::PrintSupport
     Mavlink::Mavlink
 )
+if(APPLE)
+   set_target_properties(groundstation PROPERTIES MACOSX_BUNDLE TRUE)
+endif()