diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 05:20:33 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 05:20:33 (GMT) |
commit | 4aa6a63f0f77a86f1af7c2e25b92b4d0ed92a267 (patch) | |
tree | 8e92c976b2cd03af50528caa57799b95b7c38b3c /src/declarative/graphicsitems/graphicsitems.pri | |
parent | b143576a735b6ec67058d5c6b6cf369b1002756d (diff) | |
download | Qt-4aa6a63f0f77a86f1af7c2e25b92b4d0ed92a267.zip Qt-4aa6a63f0f77a86f1af7c2e25b92b4d0ed92a267.tar.gz Qt-4aa6a63f0f77a86f1af7c2e25b92b4d0ed92a267.tar.bz2 |
WebView tests and testability.
Diffstat (limited to 'src/declarative/graphicsitems/graphicsitems.pri')
-rw-r--r-- | src/declarative/graphicsitems/graphicsitems.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/graphicsitems.pri b/src/declarative/graphicsitems/graphicsitems.pri index ef10e51..da3a0d4 100644 --- a/src/declarative/graphicsitems/graphicsitems.pri +++ b/src/declarative/graphicsitems/graphicsitems.pri @@ -83,5 +83,6 @@ contains(QT_CONFIG, webkit) { QT+=webkit SOURCES += graphicsitems/qmlgraphicswebview.cpp HEADERS += graphicsitems/qmlgraphicswebview_p.h + HEADERS += graphicsitems/qmlgraphicswebview_p_p.h } |