summaryrefslogtreecommitdiffstats
path: root/examples/sql/querymodel/querymodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/querymodel/querymodel.pro')
-rw-r--r--examples/sql/querymodel/querymodel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sql/querymodel/querymodel.pro b/examples/sql/querymodel/querymodel.pro
index 498c14e4dc..79b61e8649 100644
--- a/examples/sql/querymodel/querymodel.pro
+++ b/examples/sql/querymodel/querymodel.pro
@@ -5,6 +5,7 @@ SOURCES = customsqlmodel.cpp \
editablesqlmodel.cpp \
main.cpp
QT += sql widgets
+requires(qtConfig(tableview))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel