diff options
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/QtSettings.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.idea/QtSettings.xml b/.idea/QtSettings.xml index e34e6ce..dd42746 100644 --- a/.idea/QtSettings.xml +++ b/.idea/QtSettings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="QtSettings"> - <option name="myCurrentProfile" value="Debug" /> + <option name="myCurrentProfile" value="Release" /> <option name="mySettingsPerProfile"> <map> <entry key="Debug"> @@ -12,6 +12,14 @@ </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> |