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

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