File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if(MSVC)
59
59
if (CMAKE_CL_64 )
60
60
# Paths for 64-bit windows builds
61
61
set (OPENSSL_PATH "C:/dev/OpenSSL-Win64" CACHE PATH "OpenSSL Path" )
62
- set (QT5_PATH "C:/dev/Qt/5.12.8/5.12.8 /msvc2017_64" CACHE PATH "Qt5 Path" )
62
+ set (QT5_PATH "C:/dev/Qt/5.12.12 /msvc2017_64" CACHE PATH "Qt5 Path" )
63
63
64
64
# Choose between SQLCipher or SQLite, depending whether
65
65
# -Dsqlcipher=on is passed on the command line
@@ -71,7 +71,7 @@ if(MSVC)
71
71
else ()
72
72
# Paths for 32-bit windows builds
73
73
set (OPENSSL_PATH "C:/dev/OpenSSL-Win32" CACHE PATH "OpenSSL Path" )
74
- set (QT5_PATH "C:/dev/Qt/5.12.8/5.12.8 /msvc2017" CACHE PATH "Qt5 Path" )
74
+ set (QT5_PATH "C:/dev/Qt/5.12.12 /msvc2017" CACHE PATH "Qt5 Path" )
75
75
76
76
# Choose between SQLCipher or SQLite, depending whether
77
77
# -Dsqlcipher=on is passed on the command line
You can’t perform that action at this time.
0 commit comments