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
parent
26d0606bad
commit
4951d16110
|
|
@ -6,4 +6,4 @@ SUBDIRS *= sqldrivers bearer
|
|||
|
||||
SUBDIRS += platforms platforminputcontexts generic
|
||||
|
||||
!wince*:SUBDIRS += printsupport
|
||||
!wince*:!contains(QT_CONFIG, no-widgets):SUBDIRS += printsupport
|
||||
|
|
|
|||
Loading…
Reference in New Issue