Don't build lance as application bundle on Mac OS

Change-Id: I23732b4ec0dc45d9d3a2cc5f21dad2cb33af5830
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
bb10
Tor Arne Vestbø 2013-01-22 14:02:20 +01:00 committed by The Qt Project
parent e01b163404
commit f5c6a5d06b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
CONFIG -= app_bundle
TARGET = tst_lancelot
QT += xml widgets testlib

View File

@ -1,5 +1,6 @@
LANCELOT_DIR = $$PWD/../../auto/other/lancelot
CONFIG+=console moc
CONFIG -= app_bundle
TEMPLATE = app
INCLUDEPATH += . $$LANCELOT_DIR
QT += core-private gui-private widgets printsupport