summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-02-18 15:59:12 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-02-18 15:59:12 (GMT)
commit2eb7c3770307fc42f83ba2526270b7acb51802bf (patch)
tree56e68c0f8fb632e4aade128d09709e1b28ab0bb3 /src/declarative/qml/qml.pri
parentfa1b0faa1ede809dae3c46ecfce0ef760b887b7c (diff)
downloadQt-2eb7c3770307fc42f83ba2526270b7acb51802bf.zip
Qt-2eb7c3770307fc42f83ba2526270b7acb51802bf.tar.gz
Qt-2eb7c3770307fc42f83ba2526270b7acb51802bf.tar.bz2
Make QmlDom API internal
It's still used by QmlDesigner, therefore the symbols have to be exported. Task-number: QTBUG-6845
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index 021ef9e..a8df61e 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -76,8 +76,8 @@ HEADERS += \
$$PWD/qmlengine_p.h \
$$PWD/qmlexpression_p.h \
$$PWD/qmlprivate.h \
- $$PWD/qmldom.h \
$$PWD/qmldom_p.h \
+ $$PWD/qmldom_p_p.h \
$$PWD/qmlrefcount_p.h \
$$PWD/qmlmetatype.h \
$$PWD/qmlengine.h \