summaryrefslogtreecommitdiffstats
path: root/examples/sql/tablemodel/tablemodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/tablemodel/tablemodel.pro')
-rw-r--r--examples/sql/tablemodel/tablemodel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sql/tablemodel/tablemodel.pro b/examples/sql/tablemodel/tablemodel.pro
index ab339f26d2..af2816d48b 100644
--- a/examples/sql/tablemodel/tablemodel.pro
+++ b/examples/sql/tablemodel/tablemodel.pro
@@ -1,6 +1,7 @@
HEADERS = ../connection.h
SOURCES = tablemodel.cpp
QT += sql widgets
+requires(qtConfig(tableview))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/tablemodel