diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-04-23 20:29:23 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-04-23 20:29:23 -0400 |
commit | 5a704220dd508100812aafbcaf322d14159b8a69 (patch) | |
tree | c5b0b5c378c7f30e98b2b6674b3c160ab4375ff0 /.idea | |
parent | 84c0bfa85374e45f06c1b6d7311b80f78670fb7c (diff) |
small negative sign fix and wind fix
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> |