Crash handler: Fix location of binary in build dir and when installing.

Change-Id: Id56b94436bc2df984e4c61595524638167c09842
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-06-10 10:20:40 +02:00
parent f2be797696
commit fd10979bd2

View File

@@ -1,7 +1,7 @@
include(../../../qtcreator.pri)
TARGET = qtcreator_crash_handler
DESTDIR = $$IDE_BIN_PATH
DESTDIR = $$IDE_LIBEXEC_PATH
CONFIG -= app_bundle
TEMPLATE = app
@@ -33,5 +33,5 @@ HEADERS += \
FORMS += \
crashhandlerdialog.ui
target.path = /bin
target.path = $$QTC_PREFIX/bin
INSTALLS += target