forked from qt-creator/qt-creator
QMake project manager: Fix typo
Task-number: QTCREATORBUG-18585 Change-Id: Ia9dccc1f9c19f393ad833c6ffa79ecef824981f1 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
fd5b5fc26f
commit
da904f69f7
@@ -116,7 +116,7 @@ void QtProjectParameters::writeProFile(QTextStream &str) const
|
|||||||
if (qtVersionSupport != SupportQt4Only) {
|
if (qtVersionSupport != SupportQt4Only) {
|
||||||
str << "\n"
|
str << "\n"
|
||||||
"# The following define makes your compiler emit warnings if you use\n"
|
"# The following define makes your compiler emit warnings if you use\n"
|
||||||
"# any feature of Qt which as been marked as deprecated (the exact warnings\n"
|
"# any feature of Qt which has been marked as deprecated (the exact warnings\n"
|
||||||
"# depend on your compiler). Please consult the documentation of the\n"
|
"# depend on your compiler). Please consult the documentation of the\n"
|
||||||
"# deprecated API in order to know how to port your code away from it.\n"
|
"# deprecated API in order to know how to port your code away from it.\n"
|
||||||
"DEFINES += QT_DEPRECATED_WARNINGS\n\n"
|
"DEFINES += QT_DEPRECATED_WARNINGS\n\n"
|
||||||
|
Reference in New Issue
Block a user