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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/querymodel/querymodel.pro b/examples/sql/querymodel/querymodel.pro
index 8b9923197f..8e3db2a768 100644
--- a/examples/sql/querymodel/querymodel.pro
+++ b/examples/sql/querymodel/querymodel.pro
@@ -4,7 +4,7 @@ HEADERS = ../connection.h \
SOURCES = customsqlmodel.cpp \
editablesqlmodel.cpp \
main.cpp
-QT += sql
+QT += sql widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/querymodel