added build signature reporting

This commit is contained in:
Vadim Kurland
2010-05-30 19:22:36 +00:00
parent 2233efa6e8
commit e2ac4479b1
5 changed files with 18 additions and 14 deletions
+5
View File
@@ -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)
}