mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
fixed adding hash to application title.
This commit is contained in:
parent
e3bad51a94
commit
6f48ed92e8
@ -6,7 +6,6 @@ SET(QUCS_NAME "qucs-s")
|
||||
|
||||
# use top VERSION file
|
||||
file (STRINGS ${PROJECT_SOURCE_DIR}/../VERSION QUCS_VERSION)
|
||||
message(STATUS "Configuring ${PROJECT_NAME} (GUI): VERSION ${QUCS_VERSION}")
|
||||
|
||||
if(DEFINED CI_VERSION)
|
||||
set(PROJECT_VERSION "${CI_VERSION}")
|
||||
@ -14,6 +13,8 @@ else()
|
||||
set(PROJECT_VERSION "${QUCS_VERSION}")
|
||||
endif()
|
||||
|
||||
message(STATUS "Configuring ${PROJECT_NAME} (GUI): VERSION ${PROJECT_VERSION}")
|
||||
|
||||
set(PROJECT_VENDOR "Qucs team. This program is licensed under the GNU GPL")
|
||||
set(PROJECT_COPYRIGHT_YEAR "2014")
|
||||
set(PROJECT_DOMAIN_FIRST "qucs")
|
||||
|
@ -45,7 +45,7 @@ QString misc::getWindowTitle()
|
||||
if (title.endsWith(".0")) {
|
||||
title.chop(2);
|
||||
}
|
||||
#if defined(GIT) && defined(CI_VERSION)
|
||||
#if defined(GIT)
|
||||
if (title.endsWith(".99")) {
|
||||
QString hash = GIT;
|
||||
if (!hash.isEmpty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user