Get the 'dockwidgets' example to compile.
authorJason Barron <jason.barron@nokia.com>
Wed, 14 Sep 2011 14:38:06 +0000 (16:38 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 15 Sep 2011 07:11:35 +0000 (09:11 +0200)
Required printersupport.

Change-Id: Idd525e847f793631b70204d25c4fc949279801bf
Reviewed-on: http://codereview.qt-project.org/4915
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
examples/mainwindows/dockwidgets/dockwidgets.pro

index 6a155f6..bea8f4c 100644 (file)
@@ -10,7 +10,7 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/dockwidgets
 INSTALLS += target sources
 
 symbian: CONFIG += qt_example
-QT += widgets
+QT += widgets printsupport
 maemo5: CONFIG += qt_example
 
 symbian: warning(This example might not fully work on Symbian platform)