summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-03-08 14:25:41 +0100
committerEike Ziller <eike.ziller@qt.io>2017-03-08 13:38:00 +0000
commit2b34f338a7ff4e716693f9bfc7e2e360298279ca (patch)
treea8501baeaf8a703874181e151791cfdd55a9bac4
parentf1f845c0b3df3bc1fb5884fa4d49a7148803fb4d (diff)
Add dummy targets for docs and install_docsv4.2.24.2
So we can just run these targets for all plugin repos. Change-Id: I89a37cbaedbab06ec2cb73c6514c5ee7a2744f1b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--perfparser.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/perfparser.pro b/perfparser.pro
index 95ec33e..ddeaff8 100644
--- a/perfparser.pro
+++ b/perfparser.pro
@@ -5,3 +5,5 @@ SUBDIRS = app
SUBDIRS += 3rdparty/elfutils
app.depends = 3rdparty/elfutils
}
+
+QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency