diff options
author | kali <kali@win> | 2020-10-30 22:11:20 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-11-04 12:38:45 +0100 |
commit | d3c7abb7eba8658667b0962cacc6ecd3526fc792 (patch) | |
tree | 442ae1703e9ddc03fa11c08d43fc48d893e3ac32 /bitmask.pro | |
parent | b04607a7d97d59c09ac563fd257930d7ce406ad5 (diff) |
[bug] remove debug console in windows
squashed in this commit: reintroduce the dummy autostart_win implementation that was
removed by mistake. I did not manage to get autostart working in
windows, this is pending to be re-worked. see https://0xacab.org/leap/bitmask-vpn/-/issues/389
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask.pro b/bitmask.pro index c9e95c6..e9b40db 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -1,7 +1,7 @@ #TARGET = $$BINARY_NAME CONFIG += qt staticlib -windows:CONFIG += console +windows:CONFIG -= console unix:DEBUG:CONFIG += debug lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5") QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11 |