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

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

qt_examples_build_end()