From 5222205d9acca1107507bfdeebaab194157012e0 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 5 Feb 2019 12:48:36 +0100 Subject: Rename deploy target to deployqt So it can be part of a deployqt target chain starting from qtcreator.pro Change-Id: I5e7ca853e38cae8bd52e9a6293c899f1acd3bcf6 Reviewed-by: Ulf Hermann --- perfparser.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perfparser.pro b/perfparser.pro index 634df3d..3ce4ede 100644 --- a/perfparser.pro +++ b/perfparser.pro @@ -43,7 +43,7 @@ exists($$ELFUTILS_INCLUDE_DIR/libdwfl.h)|exists($$ELFUTILS_INCLUDE_DIR/elfutils/ INSTALLS += inst_backends inst_elfutils - deploy.depends = install_inst_elfutils install_inst_backends + deployqt.depends = install_inst_elfutils install_inst_backends linux { RPATH = $$relative_path($$PERFPARSER_ELFUTILS_BACKENDS_INSTALLDIR, \ @@ -51,7 +51,7 @@ exists($$ELFUTILS_INCLUDE_DIR/libdwfl.h)|exists($$ELFUTILS_INCLUDE_DIR/elfutils/ fix_dw_rpath.commands = chrpath -r \'\$\$ORIGIN/$$RPATH\' \ $$PERFPARSER_ELFUTILS_INSTALLDIR/$$elfutilsLibraryName(dw, 1) fix_dw_rpath.depends = install_inst_elfutils - deploy.depends += fix_dw_rpath + deployqt.depends += fix_dw_rpath QMAKE_EXTRA_TARGETS += fix_dw_rpath install_inst_elfutils } } @@ -61,4 +61,4 @@ exists($$ELFUTILS_INCLUDE_DIR/libdwfl.h)|exists($$ELFUTILS_INCLUDE_DIR/elfutils/ OTHER_FILES += perfparser.qbs -QMAKE_EXTRA_TARGETS += deploy docs install_docs +QMAKE_EXTRA_TARGETS += deployqt docs install_docs -- cgit v1.2.3