aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmltablemodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlmodels/qqmltablemodel_p.h')
-rw-r--r--src/qmlmodels/qqmltablemodel_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmlmodels/qqmltablemodel_p.h b/src/qmlmodels/qqmltablemodel_p.h
index 114b162e5c..b3c0cc2848 100644
--- a/src/qmlmodels/qqmltablemodel_p.h
+++ b/src/qmlmodels/qqmltablemodel_p.h
@@ -59,6 +59,8 @@
#include <QtQml/QJSValue>
#include <QtQml/QQmlListProperty>
+QT_REQUIRE_CONFIG(qml_table_model);
+
QT_BEGIN_NAMESPACE
class Q_QMLMODELS_PRIVATE_EXPORT QQmlTableModel : public QAbstractTableModel, public QQmlParserStatus