summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/CMakeLists.txt
blob: 77366847622daff9a054d16e2b513ed7b7a03fdf (plain)
1
2
3
4
5
6
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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