Fix compilation when configured with -no-widgets

printsupport plugins need QtPrintSupport (which needs QtWidgets).

Change-Id: I8cc9cc15abd19c95b8d4bac26dfd17d027bbfa96
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
bb10
Kent Hansen 2012-06-05 08:56:00 +02:00 committed by Qt by Nokia
parent 26d0606bad
commit 4951d16110
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ SUBDIRS *= sqldrivers bearer
SUBDIRS += platforms platforminputcontexts generic
!wince*:SUBDIRS += printsupport
!wince*:!contains(QT_CONFIG, no-widgets):SUBDIRS += printsupport