aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-14 00:10:17 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-14 00:10:17 +0000
commitbab8c3fdb943a28f0fa867a31d436c9363b4f019 (patch)
tree8b83fc69104bf1217d770f5d53003cc265c4cca0 /doc
parentfb177c2fe9765cd1a00f981905aa08fc9f1f9055 (diff)
Note that Qt builds are supported by autotools.
svn path=/trunk/; revision=50562
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 9920242d3a..79b1e2fc13 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -39,6 +39,10 @@ There are several ways of building qtshark:
If using cmake installing qtcreator is not required. Basically almost
all stuff below can be ignored ;-)
+3) Using autotools:
+
+ Pass --with-qt to the configure script and build.
+
Work is in progress on this.)
1.1 Prerequisites