diff --git a/.gitignore b/.gitignore index 465cfcc..91e6f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ release /OutilModbus.pro.user /object_script.OutilModbus.Debug /object_script.OutilModbus.Release +/%SystemDrive% +/CableTestBench.pro.user diff --git a/CableTestBench.pro b/CableTestBench.pro index 4a9c3da..65881c2 100644 --- a/CableTestBench.pro +++ b/CableTestBench.pro @@ -37,8 +37,7 @@ SOURCES += \ Sources/InputConnector.cpp \ Sources/OutputConnector.cpp \ Sources/CableParametersData.cpp \ - Sources/AutomatedTestReport.cpp \ - TestBenchSettings.cpp + Sources/AutomatedTestReport.cpp HEADERS += \ Sources/MainWindow.h \ @@ -63,8 +62,7 @@ HEADERS += \ Sources/OutputConnector.h \ Sources/TestBenchVersion.h \ Sources/CableParametersData.h \ - Sources/AutomatedTestReport.h \ - TestBenchSettings.h + Sources/AutomatedTestReport.h FORMS += \ Sources/CMainPage.ui \ diff --git a/CableTestBench.pro.user b/CableTestBench.pro.user deleted file mode 100644 index b9c4c52..0000000 --- a/CableTestBench.pro.user +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - true - 1 - true - 0 - true - 0 - 8 - true - 1 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Qt 4.8.3 - Qt 4.8.3 - {962e6995-bc73-45ee-a3d6-d72a1ed3b9df} - 0 - 0 - 0 - - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - - - true - Make - - Qt4ProjectManager.MakeStep - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - true - - Debug - - Qt4ProjectManager.Qt4BuildConfiguration - 2 - C:/ZoneTest/CableTestBench - true - - - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - - - true - Make - - Qt4ProjectManager.MakeStep - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - true - - Release - - Qt4ProjectManager.Qt4BuildConfiguration - 0 - C:/ZoneTest/CableTestBench - true - - 2 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - - false - false - false - false - true - 0.01 - 10 - true - 25 - - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - CableTestBench - - Qt4ProjectManager.Qt4RunConfiguration:C:/ZoneTest/CableTestBench/CableTestBench.pro - 2 - - CableTestBench.pro - false - false - - - 3768 - true - false - false - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.EnvironmentId - {e7f062a5-06e1-4f66-ab2c-67d14d6f866a} - - - ProjectExplorer.Project.Updater.FileVersion - 12 - - diff --git a/TestBenchSettings.cpp b/Sources/TestBenchSettings.cpp similarity index 100% rename from TestBenchSettings.cpp rename to Sources/TestBenchSettings.cpp diff --git a/TestBenchSettings.h b/Sources/TestBenchSettings.h similarity index 100% rename from TestBenchSettings.h rename to Sources/TestBenchSettings.h