Correct "developer-build" in QtTest black list features
Q_AUTOTEST_EXPORT is *always* defined. Change-Id: I39332e0a867442d58082fffd150560a6042056fb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
9464b7aa93
commit
624a186295
@ -155,7 +155,7 @@ static QSet<QByteArray> keywords()
|
||||
<< "arm"
|
||||
#endif
|
||||
|
||||
#ifdef Q_AUTOTEST_EXPORT
|
||||
#ifdef QT_BUILD_INTERNAL
|
||||
<< "developer-build"
|
||||
#endif
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user