summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/CMakeLists.txt
blob: ae6dae19981d4252e04b20feff6f6c7b8cd5f274 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from printsupport.pro.

if(APPLE_MACOS)
    add_subdirectory(cocoa)
endif()
if(WIN32)
    # add_subdirectory(windows) # special case TODO
endif()
if(QT_FEATURE_cups AND UNIX AND NOT APPLE)
    add_subdirectory(cups)
endif()