Skip to content

Commit 3f5eb70

Browse files
author
Michal W
committed
Removed references to Qt3D - no functionality as of yet
1 parent 24bb686 commit 3f5eb70

File tree

5 files changed

+276
-71
lines changed

5 files changed

+276
-71
lines changed

src/QtSerialMonitor.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ QT += core gui
88
QT += serialport
99
QT += printsupport
1010
QT += network
11-
QT += 3dcore 3drender 3dquick 3dinput qml quick 3dquickextras quickwidgets
12-
#QT += 3dstudioruntime2
1311

1412
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1513

src/QtSerialMonitor.pro.user

Lines changed: 267 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,267 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE QtCreatorProject>
3+
<!-- Written by QtCreator 5.0.2, 2021-10-12T12:31:40. -->
4+
<qtcreator>
5+
<data>
6+
<variable>EnvironmentId</variable>
7+
<value type="QByteArray">{883ae798-f6ef-4967-af11-49efb492c293}</value>
8+
</data>
9+
<data>
10+
<variable>ProjectExplorer.Project.ActiveTarget</variable>
11+
<value type="int">0</value>
12+
</data>
13+
<data>
14+
<variable>ProjectExplorer.Project.EditorSettings</variable>
15+
<valuemap type="QVariantMap">
16+
<value type="bool" key="EditorConfiguration.AutoIndent">true</value>
17+
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
18+
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
19+
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
20+
<value type="QString" key="language">Cpp</value>
21+
<valuemap type="QVariantMap" key="value">
22+
<value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
23+
</valuemap>
24+
</valuemap>
25+
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
26+
<value type="QString" key="language">QmlJS</value>
27+
<valuemap type="QVariantMap" key="value">
28+
<value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
29+
</valuemap>
30+
</valuemap>
31+
<value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
32+
<value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
33+
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
34+
<value type="int" key="EditorConfiguration.IndentSize">4</value>
35+
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
36+
<value type="int" key="EditorConfiguration.MarginColumn">80</value>
37+
<value type="bool" key="EditorConfiguration.MouseHiding">true</value>
38+
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
39+
<value type="int" key="EditorConfiguration.PaddingMode">1</value>
40+
<value type="bool" key="EditorConfiguration.PreferSingleLineComments">false</value>
41+
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
42+
<value type="bool" key="EditorConfiguration.ShowMargin">false</value>
43+
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
44+
<value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
45+
<value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
46+
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
47+
<value type="int" key="EditorConfiguration.TabSize">8</value>
48+
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
49+
<value type="bool" key="EditorConfiguration.UseIndenter">false</value>
50+
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
51+
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
52+
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
53+
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
54+
<value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value>
55+
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
56+
<value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value>
57+
</valuemap>
58+
</data>
59+
<data>
60+
<variable>ProjectExplorer.Project.PluginSettings</variable>
61+
<valuemap type="QVariantMap">
62+
<valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks">
63+
<value type="bool" key="AutoTest.Framework.Boost">true</value>
64+
<value type="bool" key="AutoTest.Framework.CTest">false</value>
65+
<value type="bool" key="AutoTest.Framework.Catch">true</value>
66+
<value type="bool" key="AutoTest.Framework.GTest">true</value>
67+
<value type="bool" key="AutoTest.Framework.QtQuickTest">true</value>
68+
<value type="bool" key="AutoTest.Framework.QtTest">true</value>
69+
</valuemap>
70+
<valuemap type="QVariantMap" key="AutoTest.CheckStates"/>
71+
<value type="int" key="AutoTest.RunAfterBuild">0</value>
72+
<value type="bool" key="AutoTest.UseGlobal">true</value>
73+
<valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey"/>
74+
<value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
75+
<value type="QString" key="ClangCodeModel.WarningConfigId">Builtin.Questionable</value>
76+
<valuemap type="QVariantMap" key="ClangTools">
77+
<value type="bool" key="ClangTools.AnalyzeOpenFiles">false</value>
78+
<value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value>
79+
<value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value>
80+
<value type="int" key="ClangTools.ParallelJobs">4</value>
81+
<valuelist type="QVariantList" key="ClangTools.SelectedDirs"/>
82+
<valuelist type="QVariantList" key="ClangTools.SelectedFiles"/>
83+
<valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
84+
<value type="bool" key="ClangTools.UseGlobalSettings">true</value>
85+
</valuemap>
86+
</valuemap>
87+
</data>
88+
<data>
89+
<variable>ProjectExplorer.Project.Target.0</variable>
90+
<valuemap type="QVariantMap">
91+
<value type="QString" key="DeviceType">Desktop</value>
92+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
93+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
94+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{e6abe754-0836-40a0-9873-aba543b0bebe}</value>
95+
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
96+
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
97+
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
98+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
99+
<value type="int" key="EnableQmlDebugging">0</value>
100+
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/build</value>
101+
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/build</value>
102+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
103+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
104+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
105+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
106+
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
107+
<valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
108+
</valuemap>
109+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
110+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
111+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
112+
</valuemap>
113+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
114+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
115+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
116+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
117+
</valuemap>
118+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
119+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
120+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
121+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
122+
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
123+
</valuemap>
124+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
125+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
126+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
127+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
128+
</valuemap>
129+
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
130+
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
131+
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
132+
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
133+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
134+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
135+
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
136+
</valuemap>
137+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
138+
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/michal/Pulpit/Projekty/Git/BUILD/Release</value>
139+
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/michal/Pulpit/Projekty/Git/BUILD/Release</value>
140+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
141+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
142+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
143+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
144+
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
145+
<valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
146+
</valuemap>
147+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
148+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
149+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
150+
</valuemap>
151+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
152+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
153+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
154+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
155+
</valuemap>
156+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
157+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
158+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
159+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
160+
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
161+
</valuemap>
162+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
163+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
164+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
165+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
166+
</valuemap>
167+
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
168+
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
169+
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
170+
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
171+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
172+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
173+
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
174+
<value type="int" key="QtQuickCompiler">0</value>
175+
</valuemap>
176+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
177+
<value type="int" key="EnableQmlDebugging">0</value>
178+
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/QtSerialMonitor/build-QtSerialMonitor-Desktop-Profile</value>
179+
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/QtSerialMonitor/build-QtSerialMonitor-Desktop-Profile</value>
180+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
181+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
182+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
183+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
184+
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">true</value>
185+
<valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/>
186+
</valuemap>
187+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
188+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
189+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
190+
</valuemap>
191+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
192+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
193+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
194+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
195+
</valuemap>
196+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
197+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
198+
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
199+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
200+
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
201+
</valuemap>
202+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
203+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
204+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
205+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
206+
</valuemap>
207+
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
208+
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
209+
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/>
210+
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
211+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
212+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
213+
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
214+
<value type="int" key="QtQuickCompiler">0</value>
215+
<value type="int" key="SeparateDebugInfo">0</value>
216+
</valuemap>
217+
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
218+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
219+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
220+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
221+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
222+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
223+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
224+
</valuemap>
225+
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
226+
<valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/>
227+
<value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value>
228+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
229+
</valuemap>
230+
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
231+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
232+
<value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
233+
<valuelist type="QVariantList" key="Analyzer.Perf.Events">
234+
<value type="QString">cpu-cycles</value>
235+
</valuelist>
236+
<value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
237+
<value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
238+
<value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
239+
<value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
240+
<valuelist type="QVariantList" key="CustomOutputParsers"/>
241+
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
242+
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
243+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/QtSerialMonitor/src/QtSerialMonitor.pro</value>
244+
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/QtSerialMonitor/src/QtSerialMonitor.pro</value>
245+
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
246+
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
247+
<value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
248+
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
249+
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
250+
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/michal/Pulpit/Projekty/Git/QtSerialMonitor/build</value>
251+
</valuemap>
252+
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
253+
</valuemap>
254+
</data>
255+
<data>
256+
<variable>ProjectExplorer.Project.TargetCount</variable>
257+
<value type="int">1</value>
258+
</data>
259+
<data>
260+
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
261+
<value type="int">22</value>
262+
</data>
263+
<data>
264+
<variable>Version</variable>
265+
<value type="int">22</value>
266+
</data>
267+
</qtcreator>

0 commit comments

Comments
 (0)