8fe3680193
[ChangeLog][qmake] A new feature "cmdline" was added that implies "CONFIG += console" and "CONFIG -= app_bundle". Task-number: QTBUG-27079 Change-Id: I6e52b07c9341c904bb1424fc717057432f9360e1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
10 lines
163 B
Prolog
10 lines
163 B
Prolog
TEMPLATE = app
|
|
TARGET = mapdemo
|
|
QT += concurrent
|
|
CONFIG += cmdline
|
|
|
|
SOURCES += main.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map
|
|
INSTALLS += target
|