blob: dd42746263e3760593dc3d1ba069f012cb1baaea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="QtSettings">
<option name="myCurrentProfile" value="Release" />
<option name="mySettingsPerProfile">
<map>
<entry key="Debug">
<value>
<PerProfileState>
<option name="myQmlPath" value="$USER_HOME$/Qt/6.5.2/macos/./qml" />
<option name="myQtBinPath" value="$USER_HOME$/Qt/6.5.2/macos/bin" />
</PerProfileState>
</value>
</entry>
<entry key="Release">
<value>
<PerProfileState>
<option name="myQmlPath" value="$USER_HOME$/Qt/6.5.2/macos/./qml" />
<option name="myQtBinPath" value="$USER_HOME$/Qt/6.5.2/macos/bin" />
</PerProfileState>
</value>
</entry>
</map>
</option>
</component>
</project>
|