Fix build with -no-feature-easingcurve
Amends a4341827ac17c14541ea69c67c76aaae5a09ddcc. Change-Id: Id0113d7c127365b6efbbdf4758bd6d25a6a33504 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
ef2912334c
commit
0e3aa48c09
@ -974,12 +974,14 @@ bool QDir::operator==(const QDir &dir) const
|
||||
return comparesEqual(*this, dir);
|
||||
}
|
||||
|
||||
#if QT_CONFIG(easingcurve)
|
||||
#include "qeasingcurve.h"
|
||||
|
||||
bool QEasingCurve::operator==(const QEasingCurve &other) const
|
||||
{
|
||||
return comparesEqual(*this, other);
|
||||
}
|
||||
#endif // QT_CONFIG(easingcurve)
|
||||
|
||||
#include "qfileinfo.h" // inlined API
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user