Run the CMake tests with QPrinter, not QPrintDialog.

QPrinter is not implemented on android, so the test fails to
link there.

Change-Id: I10ca0179323362a9c9f74325332043c968d67d3c
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Stephen Kelly 2013-04-24 16:18:37 +02:00 committed by The Qt Project
parent 78fc0d4872
commit 1c17275047

View File

@ -106,7 +106,7 @@ if (NOT NO_WIDGETS)
list(APPEND qt_module_includes
Widgets QWidget
OpenGL QGLBuffer
PrintSupport QPrintDialog
PrintSupport QPrinter
)
endif()