diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-29 05:44:17 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-29 05:44:17 (GMT) |
commit | f3a8575352e4d2f7b1100274bc9344040c668d01 (patch) | |
tree | 02e0daed910b327a88dd33b790c7f187d891cdf8 /examples/declarative/declarative.pro | |
parent | 7c3c3900538b1734b2ef74b3eda0b4f9bca76af9 (diff) | |
download | Qt-f3a8575352e4d2f7b1100274bc9344040c668d01.zip Qt-f3a8575352e4d2f7b1100274bc9344040c668d01.tar.gz Qt-f3a8575352e4d2f7b1100274bc9344040c668d01.tar.bz2 |
Add an example of creating a QDeclarativeNetworkAccessManagerFactory.
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r-- | examples/declarative/declarative.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro index e37c3d4..ba9b628 100644 --- a/examples/declarative/declarative.pro +++ b/examples/declarative/declarative.pro @@ -6,6 +6,7 @@ SUBDIRS = \ imageprovider \ objectlistmodel \ stringlistmodel \ + proxyviewer \ plugins \ proxywidgets |