summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-04-24 16:18:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-24 16:24:40 +0200
commit1c1727504708212c9469bc054103580c016315db (patch)
treec2beb689be39bb1cb34cd7c3657899c2053c2234 /tests
parent78fc0d4872bc4908d4615c3975d566fa2e1839eb (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index 04e73cc7c9..25f2ab6a87 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -106,7 +106,7 @@ if (NOT NO_WIDGETS)
list(APPEND qt_module_includes
Widgets QWidget
OpenGL QGLBuffer
- PrintSupport QPrintDialog
+ PrintSupport QPrinter
)
endif()