C++: Minor cleanup in tools project

Change-Id: I7506b30a1f6ac064511b047dfe5b90814e6d5212
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-01-29 15:16:51 +02:00
committed by Orgad Shaneh
parent e0842b2d3f
commit 20454b895f

View File

@@ -9,5 +9,4 @@ QT = core gui
TEMPLATE = app TEMPLATE = app
osx:CONFIG -= app_bundle osx:CONFIG -= app_bundle
win32:CONFIG += console CONFIG += console
win32:LIBS += -luser32 -lshell32