From 4ea267fd5904485a1fcd9ae03c7633fa1cd8fb4a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 11 Sep 2019 10:46:22 +0200 Subject: [PATCH] Display the console on windows. This will help to debug issue as we will have access to log output. This should be revert before doing the last release. --- kiwix-desktop.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 3aa7f20..922554e 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -27,6 +27,10 @@ win32 { DEFINES += BUILD_DATE='"$$system(echo %DATE%)"' } +win32 { + CONFIG += console +} + # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings