qt5base-lts/src/printsupport
Amir Masoud Abdol 7e074bd8a0 Use Qt CMake APIs to exclude files from Unity Build
This is a bit of a cleanup, mainly around unity build, and a few other
minor things:

- I replaced the direct inclusion of sources files using
  `set_source_files_properties`, and instead used
  `NO_UNITY_BUILD_SOURCES` when possible. In most cases, they are being
  excluded in their respective `qt_internal_extend_target` but sometimes
  I had to make a new extension.
- In few cases, we had to manually exclude the NO_PCH files, so, I
  instead passed them directly to the NO_PCH_SOURCES which also exclude
  them from the unity build as well.
- Removed a few unnecessary ""

Pick-to: 6.5
Task-number: QTBUG-109394
Change-Id: I466576592c1d115a2da4d88672c1e4b9f995f2ed
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2023-04-03 12:41:14 +02:00
..
dialogs Fix build with -no-feature-messagebox 2023-01-17 12:42:54 +09:00
doc Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
kernel Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
platform QtGui: Add a header declaring the Windows image conversion functions 2023-02-08 21:13:08 +01:00
widgets QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobject-linkage) 2023-02-01 19:12:36 +01:00
CMakeLists.txt Use Qt CMake APIs to exclude files from Unity Build 2023-04-03 12:41:14 +02:00
configure.cmake Fix build with -no-feature-lineedit 2023-03-04 09:45:21 +00:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00