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:
Thiago Macieira 2017-12-31 10:25:15 -02:00
parent 9464b7aa93
commit 624a186295

View File

@ -155,7 +155,7 @@ static QSet<QByteArray> keywords()
<< "arm"
#endif
#ifdef Q_AUTOTEST_EXPORT
#ifdef QT_BUILD_INTERNAL
<< "developer-build"
#endif
;