From 58dd4de1c6352c6aa000c1441c4d75152d1c49f1 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 23 Jan 2016 01:24:50 +0100 Subject: [PATCH] windows: don't build both debug and release somehow only windows does that and needs to be told not to --- ground/gcs/gcs.pri | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ground/gcs/gcs.pri b/ground/gcs/gcs.pri index 548fc808d..3b6d19ab3 100644 --- a/ground/gcs/gcs.pri +++ b/ground/gcs/gcs.pri @@ -103,6 +103,9 @@ equals(TEST, 1) { DEFINES += WITH_TESTS } +# don't build both debug and release +CONFIG -= debug_and_release + #ideally, we would want a qmake.conf patch, but this does the trick... win32:!isEmpty(QMAKE_SH):QMAKE_COPY_DIR = cp -r -f