base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / networking / bitmask-vpn / build_release.patch
blobecb53f39e2e35ca8c6d0a3551ee6f0638de41abf
1 diff --git a/bitmask.pro b/bitmask.pro
2 index f377bb4..3c71a71 100644
3 --- a/bitmask.pro
4 +++ b/bitmask.pro
5 @@ -4,9 +4,9 @@ QT += quickcontrols2 svg
6 CONFIG += qt staticlib
7 CONFIG += c++17 strict_c++
8 CONFIG += qtquickcompiler
9 -CONFIG+=force_debug_info
10 -CONFIG+=debug_and_release
11 -#CONFIG+=release
12 +#CONFIG+=force_debug_info
13 +#CONFIG+=debug_and_release
14 +CONFIG+=release
15 windows:CONFIG -= console
16 unix:DEBUG:CONFIG += debug
17 lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")