summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/CMakeLists.txt
blob: dcf3c200d705b0d7b320c19ad0306c69313c1721 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from printsupport.pro.

if(QT_FEATURE_cups AND UNIX AND NOT APPLE)
    add_subdirectory(cups)
endif()