summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 7d8e3ea7989e88527da2c0d230c2ab24c65fb598 (plain)
1
2
3
4
5
6
7
qt_examples_build_begin()

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

qt_examples_build_end()