Remove PUBLIC from doubleconversion feature
doubleconversion is not a feature user can disable Change-Id: Ie430a88449a39885e9002322c3572ead9bc04bc1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
a4579121ca
commit
1e3af6dee7
@ -531,7 +531,7 @@ qt_feature("clock-monotonic" PUBLIC
|
||||
CONDITION QT_FEATURE_clock_gettime AND TEST_clock_monotonic
|
||||
)
|
||||
qt_feature_definition("clock-monotonic" "QT_NO_CLOCK_MONOTONIC" NEGATE VALUE "1")
|
||||
qt_feature("doubleconversion" PUBLIC PRIVATE
|
||||
qt_feature("doubleconversion" PRIVATE
|
||||
LABEL "DoubleConversion"
|
||||
)
|
||||
qt_feature_definition("doubleconversion" "QT_NO_DOUBLECONVERSION" NEGATE VALUE "1")
|
||||
|
Loading…
x
Reference in New Issue
Block a user