mirror of https://github.com/KLayout/klayout.git
Turn the unit test runner into a ordinary binary too.
This commit is contained in:
parent
93572a8f0b
commit
f5b7a037ad
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue