Updating scripts and build files to reference Qt 6.5, and update OpenSSL to 3.1.0

This commit is contained in:
Dan Paulat 2023-04-21 13:44:46 -05:00
parent 92f2c76a70
commit f4a50f4e1e
6 changed files with 7 additions and 7 deletions

View file

@ -2,4 +2,4 @@
./tools/setup-common.sh
mkdir -p build-debug
cd build-debug
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES=Debug -DCMAKE_PREFIX_PATH=/opt/Qt/6.4.2/gcc_64 ..
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES=Debug -DCMAKE_PREFIX_PATH=/opt/Qt/6.5.0/gcc_64 ..