Added check for failed memory allocation. Set binary to output to the
[ovpnpermit.git] / ovpnpermit.pro
index 34f0471..bef83d2 100644 (file)
@@ -5,3 +5,9 @@ CONFIG -= qt
 
 SOURCES += main.c
 
+CONFIG(debug, debug|release) {
+    DESTDIR = ..\openvpnui\bin
+}
+else {
+    DESTDIR = ..\openvpnui\bin
+}