3
0

azqtcomponents_testing_files.cmake 590 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Tests/AzQtComponentTests.cpp
  10. Tests/ColorControllerTests.cpp
  11. Tests/FileDialogTests.cpp
  12. Tests/FloatToStringConversionTests.cpp
  13. Tests/HexParsingTests.cpp
  14. Tests/StyleSheetCacheTests.cpp
  15. Tests/WindowDecoratorWrapperTests.cpp
  16. Tests/qrc1.qrc
  17. Tests/qrc2.qrc
  18. Tests/qrc1/sheet1.qss
  19. Tests/qrc1/sheet2.qss
  20. Tests/qrc2/sheet1.qss
  21. )