forked from qt-creator/qt-creator
... when building with qmake. All other buildsystems do not have that problem anyway. Task-number: QTCREATORBUG-15064 Change-Id: Ie7d5b1b8a497db841c340229dff577de9e580171 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
7 lines
92 B
Prolog
7 lines
92 B
Prolog
TEMPLATE = app
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
CONFIG -= qt
|
|
|
|
SOURCES += %{CFileName}
|