merge my previous changes for __STDC_FORMAT_MACROS

This commit is contained in:
Vadim Kurland
2012-02-14 10:59:46 -08:00
4 changed files with 15 additions and 1 deletions
+3
View File
@@ -79,6 +79,9 @@ FWB_SIG = $$(FWB_SIG)
if (isEmpty(FWB_SIG)) { FWB_SIG=26932 }
DEFINES += FWB_SIG=$$FWB_SIG
QMAKE_CXXFLAGS_DEBUG += -D__STDC_FORMAT_MACROS
QMAKE_CXXFLAGS_RELEASE += -D__STDC_FORMAT_MACROS
exists(qmake2.inc) {
include(qmake2.inc)
}