forked from qt-creator/qt-creator
Fix build: add missing #include for QmlProfilerSettings
qglobalstatic.h:87:18: error: field ?value? has incomplete type ?QmlProfiler::Internal::{anonymous}::Q_QGS_qmlProfilerGlobalSettings::Type {aka QmlProfiler::Internal::QmlProfilerSettings}? qglobalstatic.h:152:9: note: in expansion of macro ?Q_GLOBAL_STATIC_INTERNAL? qglobalstatic.h:159:5: note: in expansion of macro ?Q_GLOBAL_STATIC_WITH_ARGS? qmlprofilerplugin.cpp:79:1: note: in expansion of macro ?Q_GLOBAL_STATIC? Change-Id: I940917d6763842499b18fffd1514e0f3522f3bbd Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "qmlprofilerrunconfigurationaspect.h"
|
||||
#include "qmlprofileroptionspage.h"
|
||||
#include "qmlprofilerruncontrol.h"
|
||||
#include "qmlprofilersettings.h"
|
||||
#include "qmlprofilertool.h"
|
||||
#include "qmlprofilertimelinemodel.h"
|
||||
|
||||
|
Reference in New Issue
Block a user