diff options
author | Kai Koehne <kai.koehne@qt.io> | 2018-10-04 10:08:26 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2018-11-15 19:52:13 +0000 |
commit | 1983abddc06350541ac7a4bb4b2da14091e96311 (patch) | |
tree | e4b2396f9f48b9c69ea6c27c9dfc36343911f609 /.gitignore | |
parent | a94a3098d0cc82a850d2d0c62baad6edef72e142 (diff) | |
download | qtbase-1983abddc06350541ac7a4bb4b2da14091e96311.tar.gz |
Remove support for qml1 plugins and modules
The Qt Quick 1 module got dropped in Qt 5.6, and
almost certainly doesn't compile anymore.
Change-Id: Ia1ae6937e9cc4d99508be8eeeff9b12d0f001002
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f133a2124e..b9188d84f7 100644 --- a/.gitignore +++ b/.gitignore @@ -98,7 +98,6 @@ qt*-config.pri /bin/qhelpgenerator /bin/qlalr /bin/qml -/bin/qml1plugindump /bin/qmleasing /bin/qmlimportscanner /bin/qmljs |