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:
parent
78fc0d4872
commit
1c17275047
@ -106,7 +106,7 @@ if (NOT NO_WIDGETS)
|
|||||||
list(APPEND qt_module_includes
|
list(APPEND qt_module_includes
|
||||||
Widgets QWidget
|
Widgets QWidget
|
||||||
OpenGL QGLBuffer
|
OpenGL QGLBuffer
|
||||||
PrintSupport QPrintDialog
|
PrintSupport QPrinter
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user