qt5base-lts/examples/widgets/itemviews/pixelator
Christian Ehrlicher c7f59cad19 Examples: fix compile without printsupport
Checking for QT_CONFIG(printdialog) is not enough when printsupport is
completely disabled since then the macro will throw an error. Therefore
add an additional check 'defined(QT_PRINTSUPPORT_LIB)' before using the
QT_CONFIG macro.

Fixes: QTBUG-81626
Change-Id: Ie9898f057cdd6bf9daf4ba9135987cb6e901e7bf
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-01-31 06:23:58 +01:00
..
images Doc: Replaced Trolltech logo with Qt logo 2016-02-03 12:37:37 +00:00
imagemodel.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
imagemodel.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
images.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mainwindow.cpp Examples: fix compile without printsupport 2020-01-31 06:23:58 +01:00
mainwindow.h Unify license header usage. 2016-03-29 10:20:03 +00:00
pixelator.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
pixeldelegate.cpp Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
pixeldelegate.h Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00