We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8827600 commit 364d6c6Copy full SHA for 364d6c6
2 files changed
SerialPrograms/CMakePresets.json
@@ -19,8 +19,8 @@
19
"CMAKE_AUTORCC": "ON",
20
"CMAKE_AUTOUIC": "ON",
21
"PACKAGE_BUILD": "OFF",
22
- "PREFERRED_QT_DIR": "C:/Qt",
23
- "PREFERRED_QT_VER": "6.8.3"
+ "PREFERRED_QT_DIR": "C:/Qt6.10.2",
+ "PREFERRED_QT_VER": "6.10.2"
24
}
25
},
26
{
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -24,7 +24,7 @@ namespace PokemonAutomation{
//
#ifndef PA_IS_BETA
27
-#define PA_IS_BETA true
+#define PA_IS_BETA false
28
#endif
29
30
#ifndef PA_VERSION_MAJOR
0 commit comments