новый файл: CMakeLists.txt
новый файл: shell.nix новый файл: src/MainWindow.cpp новый файл: src/MainWindow.h новый файл: src/items/ArrowItem.cpp новый файл: src/items/ArrowItem.h новый файл: src/items/BlockItem.cpp новый файл: src/items/BlockItem.h новый файл: src/items/DiagramScene.cpp новый файл: src/items/DiagramScene.h новый файл: src/items/JunctionItem.cpp новый файл: src/items/JunctionItem.h новый файл: src/main.cpp изменено: src/items/ArrowItem.cpp изменено: src/items/ArrowItem.h изменено: src/items/BlockItem.h изменено: src/items/DiagramScene.cpp изменено: src/items/DiagramScene.h
This commit is contained in:
commit
53afa3f728
87 changed files with 48249 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/greg/qt-idef
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/greg/qt-idef/build
|
||||
|
||||
# Utility rule file for idef0_editor_autogen_timestamp_deps.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/progress.make
|
||||
|
||||
CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen:
|
||||
.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen
|
||||
|
||||
idef0_editor_autogen_timestamp_deps: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make
|
||||
.PHONY : idef0_editor_autogen_timestamp_deps
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build: idef0_editor_autogen_timestamp_deps
|
||||
.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build
|
||||
|
||||
CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean
|
||||
|
||||
CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/depend:
|
||||
cd /home/greg/qt-idef/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/greg/qt-idef /home/greg/qt-idef /home/greg/qt-idef/build /home/greg/qt-idef/build /home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/depend
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for idef0_editor_autogen_timestamp_deps.
|
||||
# This may be replaced when dependencies are built.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for idef0_editor_autogen_timestamp_deps.
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Reference in a new issue