summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/tableview/tableview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/tableview/tableview.pro')
-rw-r--r--examples/quick/controls/tableview/tableview.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/quick/controls/tableview/tableview.pro b/examples/quick/controls/tableview/tableview.pro
index c982ac203..c0ed1a2f9 100644
--- a/examples/quick/controls/tableview/tableview.pro
+++ b/examples/quick/controls/tableview/tableview.pro
@@ -1,12 +1,11 @@
-QT += qml quick
+TEMPLATE = app
TARGET = tableview
-!no_desktop: QT += widgets
-include(src/src.pri)
-include(../shared/shared.pri)
+RESOURCES += \
+ tableview.qrc
OTHER_FILES += \
main.qml
-RESOURCES += \
- resources.qrc
+include(src/src.pri)
+include(../shared/shared.pri)