blob: 763b7cd4dbae0fe269c217f23a97465dc5c73e17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Generated from auto.pro.
if(TARGET Qt::WaylandClient)
add_subdirectory(client)
endif()
if(TARGET Qt::WaylandClient AND TARGET Qt::WaylandCompositor)
#add_subdirectory(cmake) # special case
endif()
if(TARGET Qt::WaylandCompositor)
add_subdirectory(compositor)
endif()
|