From d1963e52a14a2e1fb130cf9a8a373d9c67a3c6f3 Mon Sep 17 00:00:00 2001 From: Albert S Date: Tue, 30 Apr 2019 14:15:50 +0200 Subject: [PATCH] gui: executable name set to qss-gui instead of qss --- gui/gui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.pro b/gui/gui.pro index bd22231..3ce5ab5 100644 --- a/gui/gui.pro +++ b/gui/gui.pro @@ -8,7 +8,7 @@ QT += core concurrent gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++14 -TARGET = qss +TARGET = qss-gui TEMPLATE = app # The following define makes your compiler emit warnings if you use