aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-21 01:52:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-21 01:52:11 +0000
commit49ef7c68305f708b095d2a47f85f3852d0aee00a (patch)
tree03b377460de4aacbea2c63b442f913c4bc7bf034
parent54a1cace37429f197a1975a7bf4f91f714608879 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40618 f5534014-38df-0310-8fa8-9805f1628bb7
-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