aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/tableview/tableview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/tableview/tableview.pro')
-rw-r--r--src/imports/tableview/tableview.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/imports/tableview/tableview.pro b/src/imports/tableview/tableview.pro
deleted file mode 100644
index 97ced65e6b..0000000000
--- a/src/imports/tableview/tableview.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CXX_MODULE = qml
-TARGET = tableviewplugin
-TARGETPATH = Qt/labs/tableview
-IMPORT_VERSION = 1.0
-
-SOURCES += $$PWD/plugin.cpp
-
-QT += quick-private qml-private
-
-load(qml_plugin)