diff --git a/src/unit_tests/unit_tests.pro b/src/unit_tests/unit_tests.pro index 7e45e19fd..68df3dffc 100644 --- a/src/unit_tests/unit_tests.pro +++ b/src/unit_tests/unit_tests.pro @@ -6,6 +6,11 @@ include($$PWD/../with_all_libs.pri) TEMPLATE = app +# Don't build the ut_runner app as ordinary command line tool on MacOS +mac { + CONFIG -= app_bundle +} + TARGET = ut_runner SOURCES = \