2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2019-08-01 17:36:03 +00:00
|
|
|
# Generated from printsupport.pro.
|
|
|
|
|
2021-09-06 07:11:06 +00:00
|
|
|
if(NOT QT_FEATURE_printer OR NOT QT_FEATURE_printdialog)
|
2020-07-07 16:34:17 +00:00
|
|
|
return()
|
|
|
|
endif()
|
2018-12-14 12:10:36 +00:00
|
|
|
add_subdirectory(dialogs)
|
|
|
|
add_subdirectory(kernel)
|