mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Fix mumble_ol.dll not being versioned under windows.
* Low impact fix for RC. Directly set VERSION in overlay.pro * Currently the version is set multiple times in different .pro/pri files. This should be refactored to come from a single .pri file (similar to /macx/common.pri) used in all locations. * Should probably use an RC file to be able to set more information
This commit is contained in:
parent
1a9aec9f6c
commit
f4cc3f041e
@ -1,5 +1,7 @@
|
||||
include (../compiler.pri)
|
||||
|
||||
VERSION = 1.2.4
|
||||
TARGET_EXT = .dll
|
||||
TEMPLATE = lib
|
||||
CONFIG -= qt
|
||||
CONFIG *= dll shared debug_and_release warn_on
|
||||
|
||||
Loading…
Reference in New Issue
Block a user