aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-05 18:37:32 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-05 18:37:32 +0000
commit95e53ff7ab2009f022b7d03e196cc236df41648c (patch)
tree4786a2384107454439a395a7567caa0714d241c7 /Makefile.nmake
parentf1cf70fc10a09318e4a560dd9491f92d01f1c772 (diff)
Pass WTAP_VERSION to Qt. (WTAP_VERSION should probably match the GNU
toolchain version but that's a separate issue.) svn path=/trunk/; revision=43124
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 9d4e557010..988fa58836 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -425,6 +425,7 @@ ui\qt\config.pri: config.nmake Makefile.nmake
# qmake apparently requires a three-part numeric VERSION.
VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)
VERSION_FULL = $(VERSION)
+WTAP_VERSION = $(WTAP_VERSION)
!IFDEF MANIFEST_INFO_REQUIRED
CONFIG += wireshark_manifest_info_required
!ENDIF