summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/CMakeLists.txt
blob: 9a92a865c0f2a3caea2a99220084dab1a7c647d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
if (APPLE_OSX)
#     TODO add_subdirectory(cocoa)
endif()

if (WIN32)
#     TODO add_subdirectory(windows)
endif()

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