summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-02-05 12:48:36 +0100
committerEike Ziller <eike.ziller@qt.io>2019-02-05 11:54:12 +0000
commit5222205d9acca1107507bfdeebaab194157012e0 (patch)
tree1397f26fec9a2a240bf5da7eb57a1e3cec084f83
parent15a4e2d8dcde52994a85361154c44e7810779d7a (diff)
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 <ulf.hermann@qt.io>
-rw-r--r--perfparser.pro6
1 files 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