Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 595574
Collapse All | Expand All

(-)a/tools/qmake/mkspecs/features/functions.prf (-5 / +1 lines)
Lines 88-98 Link Here
88
}
88
}
89
89
90
defineTest(isGCCVersionSupported) {
90
defineTest(isGCCVersionSupported) {
91
  # The below will work for gcc 4.7 and up and also match gcc 5
91
  return(true)
92
  greaterThan(QT_GCC_MINOR_VERSION, 6):return(true)
93
  greaterThan(QT_GCC_MAJOR_VERSION, 4):return(true)
94
  skipBuild("Using gcc version "$$QT_GCC_MAJOR_VERSION"."$$QT_GCC_MINOR_VERSION", but at least gcc version 4.7 is required to build Qt WebEngine.")
95
  return(false)
96
}
92
}
97
93
98
defineTest(isQMLTestSupportApiEnabled) {
94
defineTest(isQMLTestSupportApiEnabled) {

Return to bug 595574