mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
fix for SF bug #3468802. Define macro __STDC_FORMAT_MACROS. This still
needs to be tested on all build machines.
This commit is contained in:
@@ -67,6 +67,9 @@ unix {
|
||||
|
||||
CONFIG += warn_on
|
||||
|
||||
QMAKE_CXXFLAGS_DEBUG += -D__STDC_FORMAT_MACROS
|
||||
QMAKE_CXXFLAGS_RELEASE += -D__STDC_FORMAT_MACROS
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user