[skipci]
This commit is contained in:
parent
ef102a2c00
commit
191b61b0b8
|
@ -368,3 +368,4 @@ MigrationBackup/
|
|||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
SandboxiePlus/Build_*
|
||||
/SandboxiePlus/enc_temp_folder
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
#include <windows.h>
|
||||
#include <QRandomGenerator>
|
||||
|
||||
#ifdef QT_NO_SSL
|
||||
#error Qt requires Open SSL support for the updater to work
|
||||
#endif
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
||||
// mess with a dummy installation when debugging
|
||||
|
|
Loading…
Reference in New Issue