qmldump: Add warning about code being shared with Qt.

This commit is contained in:
Christian Kamm
2011-03-02 10:51:46 +01:00
parent 3db53206c2
commit d80521aac1
3 changed files with 9 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
**
**************************************************************************/
// WARNING: This code is shared with the qmlplugindump tool code in Qt.
// Modifications to this file need to be applied there.
#include <QtDeclarative/QtDeclarative>
#include <QtDeclarative/private/qdeclarativemetatype_p.h>
#include <QtDeclarative/private/qdeclarativeopenmetaobject_p.h>