diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-11-02 01:07:26 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-11-02 04:30:10 +0900 |
| commit | 5a9662c2bedae2e67b528aec616b2644c07051b1 (patch) | |
| tree | c64ff4179826e84db7dcc30722854330fb4de5ce /ports/opencv/CONTROL | |
| parent | 51661ed675177530a4ab27756fedb20a22c71358 (diff) | |
| download | vcpkg-5a9662c2bedae2e67b528aec616b2644c07051b1.tar.gz vcpkg-5a9662c2bedae2e67b528aec616b2644c07051b1.zip | |
Add option to enable Qt GUI support
Add option to enable Qt GUI support.
Diffstat (limited to 'ports/opencv/CONTROL')
| -rw-r--r-- | ports/opencv/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/opencv/CONTROL b/ports/opencv/CONTROL index d6718f080..dbe13b238 100644 --- a/ports/opencv/CONTROL +++ b/ports/opencv/CONTROL @@ -14,6 +14,10 @@ Feature: cuda Build-Depends: cuda Description: CUDA support for opencv +Feature: qt +Build-Depends: qt5 +Description: Qt GUI support for opencv + Feature: sfm Build-Depends: eigen3, glog, gflags Description: opencv_sfm module |
