Skip to content
Snippets Groups Projects
Commit 30e14b2d authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Do not build main application with testlib


Passing TEST=1 to qmake makes the application run in console.

There are no tests in main.cpp anyway.

Change-Id: Ia5d1e02feb38e635f48169cc47d45738e4556f79
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
parent 9af735e2
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ TEMPLATE = app ...@@ -5,6 +5,7 @@ TEMPLATE = app
CONFIG += qtc_runnable CONFIG += qtc_runnable
TARGET = $$IDE_APP_TARGET TARGET = $$IDE_APP_TARGET
DESTDIR = $$IDE_APP_PATH DESTDIR = $$IDE_APP_PATH
QT -= testlib
HEADERS += ../tools/qtcreatorcrashhandler/crashhandlersetup.h HEADERS += ../tools/qtcreatorcrashhandler/crashhandlersetup.h
SOURCES += main.cpp ../tools/qtcreatorcrashhandler/crashhandlersetup.cpp SOURCES += main.cpp ../tools/qtcreatorcrashhandler/crashhandlersetup.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment