diff options
author | VaL Doroshchuk <valentyn.doroshchuk@qt.io> | 2020-06-24 23:45:31 +0200 |
---|---|---|
committer | Val Doroshchuk <valentyn.doroshchuk@qt.io> | 2020-06-30 16:07:43 +0000 |
commit | b307fd4852d9bfd05eba01a62f4a9eae86d2e46b (patch) | |
tree | b5ffa6219819a915a917fe7e04ac4ad6d0892260 /src/plugins/android/android.pro | |
parent | 127a0db704b588183a718892d416048e9cb42a33 (diff) |
Remove android video node
Since it uses gl texture, which can be replaced by default sg video node.
Task-number: QTBUG-74423
Change-Id: Id00748ccf18595d8ea782378c512c7fca6fe0229
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/plugins/android/android.pro')
-rw-r--r-- | src/plugins/android/android.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/android/android.pro b/src/plugins/android/android.pro index e77053b77..37d11c86b 100644 --- a/src/plugins/android/android.pro +++ b/src/plugins/android/android.pro @@ -2,7 +2,3 @@ TEMPLATE = subdirs SUBDIRS += src android: SUBDIRS += jar - -qtHaveModule(quick) { - SUBDIRS += videonode -} |