No bundle for tape on mac.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-11-16 12:39:07 +02:00
parent e0c98476ca
commit f6582f8627

View file

@ -18,6 +18,10 @@ TEMPLATE = app
# Use out-of-source builds (shadow builds)
CONFIG -= debug_and_release debug_and_release_target
macx { # No bundle for tape
CONFIG -= app_bundle
}
# We use C++11 standard
CONFIG += c++11