forked from qt-creator/qt-creator
QmlProfiler: Add tests for QmlEventType
Change-Id: Id2ee8250c0e89637733a1454de4a60df42612904 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include "tests/pixmapcachemodel_test.h"
|
||||
#include "tests/qmlevent_test.h"
|
||||
#include "tests/qmleventlocation_test.h"
|
||||
#include "tests/qmleventtype_test.h"
|
||||
#endif
|
||||
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
@@ -97,6 +98,7 @@ QList<QObject *> QmlProfiler::Internal::QmlProfilerPlugin::createTestObjects() c
|
||||
tests << new PixmapCacheModelTest;
|
||||
tests << new QmlEventTest;
|
||||
tests << new QmlEventLocationTest;
|
||||
tests << new QmlEventTypeTest;
|
||||
#endif
|
||||
return tests;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user