aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-21 01:52:11 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-21 01:52:11 +0000
commit32276980cfe55fdcd0cc60370d0e7c1277b0a432 (patch)
tree03b377460de4aacbea2c63b442f913c4bc7bf034 /doc
parentf3a9929b86ab18b1f6cc812daf56e41538b2a6a9 (diff)
Or maybe we should just act as if QMake didn't exist and just try
letting Boring Old Make do it; I have that autotools+make working with a --with-qt option, albeit in a not-yet-ready-for-prime-time state. svn path=/trunk/; revision=40618
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt
index f6e1ce13ba..f9ba325c11 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -18,7 +18,12 @@ QMake and make or nmake should work.
The ui/qt directory is loosely coupled with the rest of the codebase. The main
Wireshark sources must be built beforehand using CMake on Linux and OS X and
nmake on Windows. Autotools + QMake is a basket full of crazy that hasn't yet
-been sorted and folded.
+been sorted and folded. (Autotools + Boring Old Make, without using
+QMake at all, might actually be simpler:
+
+ http://www.mail-archive.com/automake@gnu.org/msg11149.html
+
+Work is in progress on this.)
1.1 Prerequisites