Skip to content
Snippets Groups Projects
Commit cfbfd1b1 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

winbuild: Update the Qt folder

Qt 5.15.0 LTS is installed on the Win10 VM. A directory symlink is made to
refer to the current version folder.
parent a6f3b209
No related branches found
No related tags found
1 merge request!370Use the Windows 10 VM
......@@ -5,7 +5,7 @@
$OPTLIBS = "C:/opt/x64"
$FFTW3_INCLUDE_DIR = "$OPTLIBS/include"
$FFTW3_LIB = "$OPTLIBS/lib/libfftw3-3.lib"
$QTDIR = "C:/Qt/5.14.1/msvc2017_64"
$QTDIR = "C:/Qt/current/msvc2019_64"
$QTCMake_DIR = "$QTDIR/lib/cmake"
$BUILD_DIR = "build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment