diff --git a/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro b/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro index 967c3393c66..a60d958c10b 100644 --- a/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro +++ b/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro @@ -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