Skip to content

Commit 16cea35

Browse files
committed
Update Qt for our Windows nightly builds to 5.12.12
1 parent 2db65f4 commit 16cea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(MSVC)
5959
if(CMAKE_CL_64)
6060
# Paths for 64-bit windows builds
6161
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")
6363

6464
# Choose between SQLCipher or SQLite, depending whether
6565
# -Dsqlcipher=on is passed on the command line
@@ -71,7 +71,7 @@ if(MSVC)
7171
else()
7272
# Paths for 32-bit windows builds
7373
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")
7575

7676
# Choose between SQLCipher or SQLite, depending whether
7777
# -Dsqlcipher=on is passed on the command line

0 commit comments

Comments
 (0)