summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 090f623fcb5f5a9301e0ed235beadbb071d6d588 (plain)
1
2
3
4
5
6
7
8
9
10
11
qt_examples_build_begin()

if(NOT TARGET Qt::Widgets)
    return()
endif()
if(NOT TARGET Qt::SerialBus)
    return()
endif()
add_subdirectory(serialbus)

qt_examples_build_end()