assetprocessor_gui_files.cmake 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. native/AssetProcessorBuildTarget.cpp
  10. native/FileServer/fileServer.cpp
  11. native/FileServer/fileServer.h
  12. native/ui/style/AssetProcessor.qrc
  13. native/ui/style/AssetProcessor.qss
  14. native/ui/style/AssetProcessorConfig.ini
  15. native/ui/style/AssetsTab.qss
  16. native/ui/style/LogsTab.qss
  17. native/ui/AssetDetailsPanel.h
  18. native/ui/AssetDetailsPanel.cpp
  19. native/ui/AssetTreeFilterModel.h
  20. native/ui/AssetTreeFilterModel.cpp
  21. native/ui/AssetTreeModel.h
  22. native/ui/AssetTreeModel.cpp
  23. native/ui/AssetTreeItem.h
  24. native/ui/AssetTreeItem.cpp
  25. native/ui/CacheServerData.h
  26. native/ui/CacheServerData.cpp
  27. native/ui/ConnectionEditDialog.h
  28. native/ui/ConnectionEditDialog.cpp
  29. native/ui/GoToButtonDelegate.h
  30. native/ui/GoToButtonDelegate.cpp
  31. native/ui/GoToButton.h
  32. native/ui/GoToButton.cpp
  33. native/ui/GoToButton.ui
  34. native/ui/JobTreeViewItemDelegate.h
  35. native/ui/JobTreeViewItemDelegate.cpp
  36. native/ui/MainWindow.h
  37. native/ui/MainWindow.cpp
  38. native/ui/MainWindow.ui
  39. native/ui/BuilderData.h
  40. native/ui/BuilderData.cpp
  41. native/ui/BuilderDataItem.h
  42. native/ui/BuilderDataItem.cpp
  43. native/ui/BuilderListModel.h
  44. native/ui/BuilderListModel.cpp
  45. native/ui/BuilderInfoPatternsModel.h
  46. native/ui/BuilderInfoPatternsModel.cpp
  47. native/ui/BuilderInfoMetricsModel.h
  48. native/ui/BuilderInfoMetricsModel.cpp
  49. native/ui/EnabledRelocationTypesModel.h
  50. native/ui/EnabledRelocationTypesModel.cpp
  51. native/ui/MessageWindow.h
  52. native/ui/MessageWindow.cpp
  53. native/ui/MessageWindow.ui
  54. native/ui/ProductAssetDetailsPanel.h
  55. native/ui/ProductAssetDetailsPanel.cpp
  56. native/ui/ProductAssetDetailsPanel.ui
  57. native/ui/ProductAssetTreeItemData.h
  58. native/ui/ProductAssetTreeItemData.cpp
  59. native/ui/ProductAssetTreeModel.h
  60. native/ui/ProductAssetTreeModel.cpp
  61. native/ui/ProductDependencyTreeItemData.h
  62. native/ui/ProductDependencyTreeItemData.cpp
  63. native/ui/ProductDependencyTreeModel.h
  64. native/ui/ProductDependencyTreeModel.cpp
  65. native/ui/ProductDependencyTreeDelegate.h
  66. native/ui/ProductDependencyTreeDelegate.cpp
  67. native/ui/SourceAssetDetailsPanel.h
  68. native/ui/SourceAssetDetailsPanel.cpp
  69. native/ui/SourceAssetDetailsPanel.ui
  70. native/ui/SourceAssetTreeItemData.h
  71. native/ui/SourceAssetTreeItemData.cpp
  72. native/ui/SourceAssetTreeModel.h
  73. native/ui/SourceAssetTreeModel.cpp
  74. native/ui/SourceAssetTreeFilterModel.h
  75. native/ui/SourceAssetTreeFilterModel.cpp
  76. native/utilities/GUIApplicationServer.cpp
  77. native/utilities/GUIApplicationServer.h
  78. native/utilities/GUIApplicationManager.cpp
  79. native/utilities/GUIApplicationManager.h
  80. native/utilities/windowscreen.cpp
  81. native/utilities/windowscreen.h
  82. native/utilities/AssetUtilEBusHelper.h
  83. native/utilities/LogPanel.h
  84. native/utilities/LogPanel.cpp
  85. native/main_gui.cpp
  86. )