mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add some debug output in our project file
This commit is contained in:
parent
b5764c6a1f
commit
b93de7c0f6
|
@ -562,3 +562,11 @@ git_hash = $$str_member($$git_commit, 0, 8)
|
|||
DEFINES += CHATTERINO_GIT_COMMIT=\\\"$$git_commit\\\"
|
||||
DEFINES += CHATTERINO_GIT_RELEASE=\\\"$$git_release\\\"
|
||||
DEFINES += CHATTERINO_GIT_HASH=\\\"$$git_hash\\\"
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
message("Building Chatterino2 DEBUG")
|
||||
} else {
|
||||
message("Building Chatterino2 RELEASE")
|
||||
}
|
||||
|
||||
message("Injected git values: $$git_commit ($$git_release) $$git_hash")
|
||||
|
|
Loading…
Reference in a new issue