Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 17 lines 477 B view raw
1diff --git a/bitmask.pro b/bitmask.pro 2index 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")