Turn the unit test runner into a ordinary binary too.

This commit is contained in:
Matthias Koefferlein 2017-12-31 09:51:38 -08:00
parent 93572a8f0b
commit f5b7a037ad
1 changed files with 5 additions and 0 deletions

View File

@ -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 = \