aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/treeview/customdelegate/customdelegate.pro2
-rw-r--r--examples/treeview/standard/standard.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/treeview/customdelegate/customdelegate.pro b/examples/treeview/customdelegate/customdelegate.pro
index e27f52c..79f9fb2 100644
--- a/examples/treeview/customdelegate/customdelegate.pro
+++ b/examples/treeview/customdelegate/customdelegate.pro
@@ -1,3 +1,5 @@
+requires(qtHaveModule(widgets))
+
TEMPLATE = app
QT += gui qml quick widgets quickcontrols2
diff --git a/examples/treeview/standard/standard.pro b/examples/treeview/standard/standard.pro
index fb13057..421676f 100644
--- a/examples/treeview/standard/standard.pro
+++ b/examples/treeview/standard/standard.pro
@@ -1,3 +1,5 @@
+requires(qtHaveModule(widgets))
+
TEMPLATE = app
QT += gui qml quick widgets