Command-line-only examples should not build as .app bundles on OSX

It's confusing when you double-click it and nothing happens.

Task-number: QTBUG-26976
Change-Id: I50c5625a41881bdbcbf29001197ed15da4ee0a28
Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
This commit is contained in:
Shawn Rutledge 2012-08-30 14:51:06 +02:00 committed by Qt by Nokia
parent 812bad17df
commit d6d7aebd03
8 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
QT = core network
CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp

View File

@ -1,5 +1,6 @@
QT = core network
CONFIG += console
CONFIG -= app_bundle
HEADERS += downloadmanager.h textprogressbar.h
SOURCES += downloadmanager.cpp main.cpp textprogressbar.cpp

View File

@ -7,6 +7,7 @@
TEMPLATE = app
LANGUAGE = C++
CONFIG += console precompile_header
CONFIG -= app_bundle
# Use Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h

View File

@ -2,6 +2,7 @@ TEMPLATE = app
TARGET = mapdemo
QT += concurrent
CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp

View File

@ -1,5 +1,6 @@
QT += concurrent widgets
CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp

View File

@ -1,5 +1,6 @@
QT += concurrent widgets
CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp

View File

@ -1,5 +1,6 @@
SOURCES += main.cpp
QT -= gui
CONFIG -= app_bundle
RESOURCES = resources.qrc

View File

@ -1,4 +1,5 @@
CONFIG += console
CONFIG -= app_bundle
QT -= gui
QT += xml
SOURCES += main.cpp