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

if(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()