From f5b7a037adc0ad0c7e42a5d9e31cfabd959912b9 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 31 Dec 2017 09:51:38 -0800 Subject: [PATCH] Turn the unit test runner into a ordinary binary too. --- src/unit_tests/unit_tests.pro | 5 +++++ 1 file changed, 5 insertions(+) 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 = \