aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-12 01:02:34 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-12 01:02:34 +0000
commit6a5afa8e958450f1606d45e60956529c79dded64 (patch)
tree2d5ed82beccb5f521062958347cf04c7149f45f2 /Makefile.nmake
parentfcff2c96e6a30dda03f1f359c49a679e1432f672 (diff)
Update to the latest Windows library tags. Add an "install_qt" target.
svn path=/trunk/; revision=52558
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index e012f1bd3b..2eb5e220d0 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -910,7 +910,10 @@ $(CHECK_TAG): _FORCE_
# contain old files remaining from a previous setup run.
setup: verify_tools clean_setup process_libs
-
+install_qt:
+ $(SH) $(WIN_SETUP) --download "C:\Qt" \
+ . Qt-5.1.1-MSVC2010-$(WIRESHARK_TARGET_PLATFORM)-ws.zip
+
# The process_libs target when invoked causes either a --libverify or a --download for all the required libraries.
# (The choice is determined by the value of the macro WIN_SETUP_OPT).
process_libs: