From b9517071cbe6eb5f7eb8f0f36c7da7fe647e712e Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 1 Sep 2015 20:34:20 +0200 Subject: [PATCH] configure as console-only application --- geocoordinatecalculator.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/geocoordinatecalculator.pro b/geocoordinatecalculator.pro index 83a78ea..66a2453 100644 --- a/geocoordinatecalculator.pro +++ b/geocoordinatecalculator.pro @@ -16,6 +16,7 @@ CONFIG += no-gui TEMPLATE = app CONFIG -= qt +CONFIG += console SOURCES += main.cpp \ location.cpp \