aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-06-08 08:00:21 +0300
committerOrgad Shaneh <orgads@gmail.com>2015-06-08 08:34:00 +0000
commit30e14b2d24f006723190a38589d69bf5a1dcb671 (patch)
treef616da20134ef18daadd6e28c8b2db907bcf4bf6 /src/app/app.pro
parent9af735e2ae4661f7e6d678522f0081af5eff5cd8 (diff)
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: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 4738cff313..64feb63a61 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -5,6 +5,7 @@ TEMPLATE = app
CONFIG += qtc_runnable
TARGET = $$IDE_APP_TARGET
DESTDIR = $$IDE_APP_PATH
+QT -= testlib
HEADERS += ../tools/qtcreatorcrashhandler/crashhandlersetup.h
SOURCES += main.cpp ../tools/qtcreatorcrashhandler/crashhandlersetup.cpp