mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
added build signature reporting
This commit is contained in:
@@ -70,6 +70,7 @@ unix {
|
||||
QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
|
||||
QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter
|
||||
QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,6 +78,10 @@ win32 {
|
||||
CONFIG -= debug
|
||||
}
|
||||
|
||||
FWB_SIG = $$(FWB_SIG)
|
||||
if (isEmpty(FWB_SIG)) { FWB_SIG=26932 }
|
||||
DEFINES += FWB_SIG=$$FWB_SIG
|
||||
|
||||
exists(qmake2.inc) {
|
||||
include(qmake2.inc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user