aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-15 16:07:07 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-15 16:07:07 +0000
commit20fa5a87745169a8f2373b5c22949bea7623faf0 (patch)
treee58f5ed9d73b3d5243c8f9e910ebf8c0399b3fd7 /Makefile.nmake
parent606542f4e722520f81261d0b0c41bea3db684822 (diff)
Add PROGRAM_NAME and INSTALL_DIR to ui\qt\config.pri. Currently unused.
svn path=/trunk/; revision=45561
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index f149ea2fd1..085ce46ed5 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -447,9 +447,11 @@ ui\qt\config.pri: config.nmake Makefile.nmake
@echo Creating <<ui\qt\config.pri
# Automatically generated from Makefile.nmake. Edit there, not here.
# qmake apparently requires a three-part numeric VERSION.
+PROGRAM_NAME = $(PROGRAM_NAME)
VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)
VERSION_FULL = $(VERSION)
WTAP_VERSION = $(WTAP_VERSION)
+INSTALL_DIR = $(INSTALL_DIR)
!IFDEF MANIFEST_INFO_REQUIRED
CONFIG += wireshark_manifest_info_required
!ENDIF