From 20454b895ff8d4bf395da3d4408762679467f340 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Thu, 29 Jan 2015 15:16:51 +0200 Subject: [PATCH] C++: Minor cleanup in tools project Change-Id: I7506b30a1f6ac064511b047dfe5b90814e6d5212 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> --- src/tools/cplusplus-shared/tool.pri | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/cplusplus-shared/tool.pri b/src/tools/cplusplus-shared/tool.pri index 5f3e5e80fa8..569d099e2fb 100644 --- a/src/tools/cplusplus-shared/tool.pri +++ b/src/tools/cplusplus-shared/tool.pri @@ -9,5 +9,4 @@ QT = core gui TEMPLATE = app osx:CONFIG -= app_bundle -win32:CONFIG += console -win32:LIBS += -luser32 -lshell32 +CONFIG += console -- GitLab