summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/CMakeLists.txt
blob: 2608aa4809757ba5947c5d7dffcab7cd8995b630 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(NOT QT_FEATURE_printer OR NOT QT_FEATURE_printdialog)
    return()
endif()
add_subdirectory(dialogs)
add_subdirectory(kernel)