Merge pull request #46 from Kazzz-S/macos-build

Macos build
This commit is contained in:
Matthias Köfferlein 2017-12-28 01:18:50 +01:00 committed by GitHub
commit 424ca31802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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