CMakeLists.txt 389 B

12345678
  1. # TODO Qt6: Not tested on embedded platforms. Perhaps servers need to be build for the host only and
  2. # run on host. Clients need to use a host-based IP address provided by the emulator.
  3. qt_internal_add_example(addressbook)
  4. qt_internal_add_example(simplechat)
  5. if(NOT CMAKE_CROSSCOMPILING)
  6. qt_internal_add_example(addressbookserver)
  7. qt_internal_add_example(simplechatserver)
  8. endif()