CMakeLists.txt 180 B

123456
  1. if(QT_BUILD_STANDALONE_TESTS)
  2. # Add qt_find_package calls for extra dependencies that need to be found when building
  3. # the standalone tests here.
  4. endif()
  5. qt_build_tests()