summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Jyrinki <timo.jyrinki@canonical.com>2013-02-04 11:01:00 +0200
committerThiago Macieira <thiago.macieira@intel.com>2013-02-04 10:12:53 +0100
commite7fb861749bfa8e6b26eb059c5eed157f2cdf2c0 (patch)
tree8c4600b3e8da84910d59fc8f3176c2cc04e1eb16
parent8420c57b7c7c6139ac21575e747c9475f7d052ff (diff)
Add qdoc and qdoc3
Make qtchooser handle also qdoc and qdoc3, expected to be found similar to other tools by developers. Change-Id: Ie6bfb1d85fbdcb1919f107e97557ccc848f334cd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b93597..6be98a6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ TOOLS = assistant \
qdbuscpp2xml \
qdbusviewer \
qdbusxml2cpp \
+ qdoc \
+ qdoc3 \
qglinfo \
qhelpconverter \
qhelpgenerator \