Buddy tools have to be built as ordinary command line tools; not as bundles (*.app)

This refs #10.
This commit is contained in:
Kazunari Sekigawa 2017-12-26 06:50:07 +09:00
parent 3f0152149e
commit 1fe6280970
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ DESTDIR = $$OUT_PWD/../../..
include($$PWD/../../app.pri)
# On Mac OSX, these buddy tools have to be built as ordinary command line tools;
# not as bundles (*.app)
mac {
CONFIG -= app_bundle
}
# Since the main function is entirely unspecific, we can put it into a common
# place - it's not part of the bd sources.
SOURCES = $$PWD/bd/main.cc