Skip to content
Snippets Groups Projects
Commit feb05df7 authored by Kai Koehne's avatar Kai Koehne
Browse files

Fix grammatical mistake in warnings

parent e4caf9ab
No related branches found
No related tags found
No related merge requests found
......@@ -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()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment