-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathconfig.txt
32 lines (22 loc) · 1000 Bytes
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[All]
upstreamURL = https://github.com/DEAKSoftware/Synergy-Binaries.git
binariesPath = ./Binaries
toolsPath = ./Tools
productName = Synergy
productRepoPath = ./Synergy-Core
productBuildPath = ./Synergy-Core/build
[Windows]
libQtPath = c:\Qt\Qt5.12.9\5.12.9\msvc2017_64
openSSLPath = c:\Program Files\OpenSSL-Win64
vcvarsallPath = c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat
# Run "cmake --help" to choose a suitable generator
cmakeGenerator = Visual Studio 17 2022
[Darwin]
# Brew install paths for ARM architectures
libQtPath = /opt/homebrew/opt/qt@5
openSSLPath = /opt/homebrew/opt/[email protected]
# Brew install paths for x86_64 architectures
# libQtPath = /usr/local/opt/qt@5
# openSSLPath = /usr/local/opt/[email protected]
[Linux]
linuxdeployURL = https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage