Add PROGRAM_NAME and INSTALL_DIR to ui\qt\config.pri. Currently unused.

svn path=/trunk/; revision=45561
This commit is contained in:
Gerald Combs 2012-10-15 16:07:07 +00:00
parent 606542f4e7
commit 20fa5a8774
1 changed files with 2 additions and 0 deletions

View File

@ -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