summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: d86d0935db7ab8704733290d199e61afe8f87c0c (plain)
1
2
3
4
5
6
7
8
9
# Generated from examples.pro.

qt_examples_build_begin()

if(NOT QNX)
    add_subdirectory(serialport)
endif()

qt_examples_build_end()