mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 14:07:15 +02:00
Buddy tools have to be built as ordinary command line tools; not as bundles (*.app)
This refs #10.
This commit is contained in:
@@ -7,6 +7,12 @@ DESTDIR = $$OUT_PWD/../../..
|
|||||||
|
|
||||||
include($$PWD/../../app.pri)
|
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
|
# Since the main function is entirely unspecific, we can put it into a common
|
||||||
# place - it's not part of the bd sources.
|
# place - it's not part of the bd sources.
|
||||||
SOURCES = $$PWD/bd/main.cc
|
SOURCES = $$PWD/bd/main.cc
|
||||||
|
|||||||
Reference in New Issue
Block a user