aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-08-16 12:48:55 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-08-22 05:46:24 +0000
commit409f30232666a71e7cd374d74b52af69a75a8f84 (patch)
treedcd6a45269aaae07ca9f9f8bc50e89012205eeda /src/imports/imports.pro
parentfb02976cbec61b5a3f53b8245e8a9afb4df4fa63 (diff)
QQuickTableView: move TableView from Qt.labs to QtQuick
TableView is now ready for Qt-5.12. The only thing missing is documentation, which is currently being written, and on the way. So remove the temporary labs plugin that used to register TableView, and register it together with the other QtQuick items. Change-Id: I7f360eac3934d228904a4133363e336afe0c451a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/imports/imports.pro')
-rw-r--r--src/imports/imports.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 828382ba39..653c787384 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -17,8 +17,7 @@ qtHaveModule(quick) {
SUBDIRS += \
layouts \
qtquick2 \
- window \
- tableview
+ window
qtHaveModule(testlib): SUBDIRS += testlib
qtConfig(systemsemaphore): SUBDIRS += sharedimage