diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-09-20 16:37:28 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-09-20 16:38:54 +0200 |
commit | feb05df7eb0bdfaf66a08ff52f9cd7c93aa230c0 (patch) | |
tree | fb1ed8b556bf42d786993e39aedbb5ca6d059845 /src | |
parent | e4caf9ab27e70edbb232699907aad981aafff59c (diff) | |
download | qt-creator-feb05df7eb0bdfaf66a08ff52f9cd7c93aa230c0.tar.gz |
Fix grammatical mistake in warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/plugins.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index b42033881b..ce956cabc7 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -49,9 +49,9 @@ contains(QT_CONFIG, declarative) { SUBDIRS += plugin_qmldesigner } else { warning() - warning("QmlDesigner plugin have been disabled") - warning("The plugin depend on on private headers from QtDeclarative module.") - warning("To enable them, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.") + warning("QmlDesigner plugin has been disabled") + warning("The plugin depends on on private headers from QtDeclarative module.") + warning("To enable it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.") warning() } } |