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

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