fix projects on linux

This commit is contained in:
Skarn
2022-03-20 15:51:27 +03:00
parent 0f693df939
commit ceb2c872eb
2264 changed files with 162 additions and 17 deletions

0
src/external/NodeEditor/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/LICENSE vendored Normal file → Executable file
View File

0
src/external/NodeEditor/README.md vendored Normal file → Executable file
View File

0
src/external/NodeEditor/cmake/NodeEditorConfig.cmake.in vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/AdditionModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/Converters.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/Converters.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/DecimalData.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/DivisionModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/IntegerData.hpp vendored Normal file → Executable file
View File

View File

View File

0
src/external/NodeEditor/examples/calculator/ModuloModel.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/ModuloModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/MultiplicationModel.hpp vendored Normal file → Executable file
View File

View File

View File

View File

View File

0
src/external/NodeEditor/examples/calculator/SubtractionModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/calculator/main.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/connection_colors/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/connection_colors/main.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/connection_colors/models.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/connection_colors/models.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/TextData.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/TextDisplayDataModel.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/TextDisplayDataModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/TextSourceDataModel.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/TextSourceDataModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/example2/main.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/ImageLoaderModel.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/ImageLoaderModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/ImageShowModel.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/ImageShowModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/PixmapData.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/images/main.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/styles/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/styles/main.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/styles/models.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/examples/styles/models.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/external/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/external/Catch2/CMakeLists.txt vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/Connection vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/ConnectionStyle vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/DataModelRegistry vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/FlowScene vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/FlowView vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/FlowViewStyle vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/Node vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/NodeData vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/NodeDataModel vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/NodeGeometry vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/NodePainterDelegate vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/NodeState vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/NodeStyle vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/TypeConverter vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/Compiler.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/Connection.hpp vendored Normal file → Executable file
View File

View File

View File

0
src/external/NodeEditor/include/nodes/internal/ConnectionState.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/ConnectionStyle.hpp vendored Normal file → Executable file
View File

View File

0
src/external/NodeEditor/include/nodes/internal/Export.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/FlowScene.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/FlowView.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/FlowViewStyle.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/Node.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/NodeData.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/NodeDataModel.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/NodeGeometry.hpp vendored Normal file → Executable file
View File

View File

View File

0
src/external/NodeEditor/include/nodes/internal/NodeState.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/NodeStyle.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/OperatingSystem.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/PortType.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/QStringStdHash.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/QUuidStdHash.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/Serializable.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/Style.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/TypeConverter.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/include/nodes/internal/memory.hpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/pictures/calculator.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

0
src/external/NodeEditor/pictures/chigraph.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

0
src/external/NodeEditor/pictures/flow.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

0
src/external/NodeEditor/pictures/spkgen.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 455 KiB

After

Width:  |  Height:  |  Size: 455 KiB

0
src/external/NodeEditor/pictures/style_example.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB

0
src/external/NodeEditor/pictures/vid1.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 220 KiB

0
src/external/NodeEditor/resources/DefaultStyle.json vendored Normal file → Executable file
View File

0
src/external/NodeEditor/resources/convert.png vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

0
src/external/NodeEditor/resources/resources.qrc vendored Normal file → Executable file
View File

0
src/external/NodeEditor/src/Connection.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/src/ConnectionBlurEffect.cpp vendored Normal file → Executable file
View File

0
src/external/NodeEditor/src/ConnectionBlurEffect.hpp vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More