forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user