summaryrefslogtreecommitdiffstats
path: root/src/pdf
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-01-25 08:44:55 +0100
committerMichal Klocek <michal.klocek@qt.io>2022-02-07 11:58:26 +0000
commitb06559912e89d937def27f84cb9c4ffbf26c1523 (patch)
tree911e53c0b11ee3ec59c4ddac3ac70bc3ec8d1d7e /src/pdf
parent1fbc256110da7f87d2b0c526d6e256c4e7ec7d5f (diff)
Add QtPdf iOS build cmake changes
Keeps cmake files in sync across branches, iOS build is not supported since ios changes are not backported from 94-based to 90-based. Task-number: QTBUG-88614 Change-Id: I7775c8b4d1554df497eb61fa6187f12c00b9032d (cherry picked from commit 8998563677e3f308083ba1c4c28efd6fe3d850f7) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdf/CMakeLists.txt b/src/pdf/CMakeLists.txt
index d7038d06f..794865137 100644
--- a/src/pdf/CMakeLists.txt
+++ b/src/pdf/CMakeLists.txt
@@ -8,7 +8,6 @@ if(PkgConfig_FOUND)
endif()
set(buildDir "${CMAKE_CURRENT_BINARY_DIR}")
-add_subdirectory(plugins/imageformats/pdf)
##
# PDF MODULE
@@ -41,6 +40,8 @@ qt_internal_add_module(Pdf
Qt::Gui
)
+add_subdirectory(plugins/imageformats/pdf)
+
##
# PDF DOCS
##