From 594201e1ab92f7f0c9ad8aba6f40d7bef34e08be Mon Sep 17 00:00:00 2001 From: jfjoubert Date: Thu, 26 Aug 2021 00:20:28 +0200 Subject: [PATCH] This should fix the missing Windows builds This should fix the missing win.xpl and extplane-transformer.exe in the final build. Relates to https://github.com/vranki/ExtPlane/issues/74 --- extplane-server/extplane-server.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extplane-server/extplane-server.pro b/extplane-server/extplane-server.pro index 59c27e1..b904ace 100644 --- a/extplane-server/extplane-server.pro +++ b/extplane-server/extplane-server.pro @@ -4,7 +4,7 @@ CONFIG += staticlib c++11 include(../common.pri) # Needed for windows mxe build (hope this doesn't break anything..) -# DESTDIR = $$PWD +DESTDIR = $$PWD # Yes - it breaks shadow build. Fix the mxe build. QT += core network