mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
windows: don't build both debug and release
somehow only windows does that and needs to be told not to
This commit is contained in:
parent
6e0afc771e
commit
58dd4de1c6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user