diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-04-01 02:33:10 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-04-01 02:45:17 (GMT) |
commit | c6bf3c14c4900f710789f634ccd91e0ee097da9f (patch) | |
tree | 9b7d72f3a56579b800e1bc17e24a4f5a1b18a895 /examples/declarative/declarative.pro | |
parent | b1748ec7a9fdcd74fcf05af3903623c7165420ad (diff) | |
download | Qt-c6bf3c14c4900f710789f634ccd91e0ee097da9f.zip Qt-c6bf3c14c4900f710789f634ccd91e0ee097da9f.tar.gz Qt-c6bf3c14c4900f710789f634ccd91e0ee097da9f.tar.bz2 |
Renamed widgets example to proxywidgets to avoid conflicts
Task-number: QTBUG-9518
Reviewed-by: Martin Jones
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r-- | examples/declarative/declarative.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro index 5fc1cf0..00d3c05 100644 --- a/examples/declarative/declarative.pro +++ b/examples/declarative/declarative.pro @@ -6,7 +6,7 @@ SUBDIRS = \ imageprovider \ objectlistmodel \ plugins \ - widgets + proxywidgets # These examples contain no C++ and can simply be copied sources.files = \ |