Fixed compile of examples and tests.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 21 Sep 2011 00:18:15 +0000 (10:18 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 21 Sep 2011 04:11:06 +0000 (06:11 +0200)
commit4114b9dcff68cdebc36e3b4818d4463d62421ecf
tree4c329843d9713390d6b28212adb9587ed63d5049
parent91a16c3a6db8ac4cfe6779a0b2d95097377dd04f
Fixed compile of examples and tests.

6aad4122332c0291e2e3249b508c7583428177b9 in qtbase removed implicit
linking to libQtWidgets.  Projects which implicitly used that module
were broken.

Either remove the dependency where it is not required, or explicitly
opt-in to libQtWidgets where it is required.

Change-Id: I6f4fb1d98bdf5bb65b4f02a1d245d334314b163d
Reviewed-on: http://codereview.qt-project.org/5268
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
14 files changed:
examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp
examples/declarative/cppextensions/plugins/plugin.cpp
examples/declarative/cppextensions/referenceexamples/extended/extended.pro
examples/declarative/modelviews/objectlistmodel/main.cpp
examples/declarative/modelviews/stringlistmodel/main.cpp
examples/declarative/painteditem/smile/main.cpp
examples/declarative/tutorials/extending/chapter1-basics/main.cpp
examples/declarative/tutorials/extending/chapter2-methods/main.cpp
examples/declarative/tutorials/extending/chapter3-bindings/main.cpp
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/main.cpp
examples/declarative/tutorials/extending/chapter5-listproperties/main.cpp
tests/auto/declarative/qsgborderimage/qsgborderimage.pro
tests/auto/declarative/qsgpathview/qsgpathview.pro
tests/auto/declarative/qsgvisualdatamodel/qsgvisualdatamodel.pro