diff options
author | Lasse Holmstedt <[email protected]> | 2010-08-06 18:03:32 +0200 |
---|---|---|
committer | Lasse Holmstedt <[email protected]> | 2010-08-06 18:03:32 +0200 |
commit | 0c77b216b9bb3ba1c23c45b2c7cd74c965409a28 (patch) | |
tree | 9c559d3fa183b3250c81127ef8c630cafaf50468 /src/tools/qml | |
parent | 771064b959f671d81c580806d9c0d5a11a46fff2 (diff) |
Added private header check
Diffstat (limited to 'src/tools/qml')
-rw-r--r-- | src/tools/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qml/qml.pro b/src/tools/qml/qml.pro index 93681d17d53..f82097f097d 100644 --- a/src/tools/qml/qml.pro +++ b/src/tools/qml/qml.pro @@ -12,7 +12,7 @@ contains(QT_CONFIG, declarative) { warning("This means the Qml editor will lack correct completion and type checking.") warning("To enable it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.") warning() - warning("QmlViewer has been disabled") + warning("QmlObserver has been disabled") warning("This application depends on private headers from QtDeclarative module.") warning("This means the QML debugging facilities will be limited.") warning("To enable it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.") |