Browse Source

Add pyqt5+opencv example

Hugo Cachitas 8 năm trước cách đây
mục cha
commit
97a8d81ae3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/build_all_examples.py

+ 1 - 0
examples/build_all_examples.py

@@ -9,6 +9,7 @@ example_cfgs = [
     'pygtk/installer.cfg',
     'pygtk_mpl_numpy/installer.cfg',
     'pygi_mpl_numpy/installer.cfg',
+    'pyqt5_opencv/installer.cfg',
 ]
 
 examples_dir = os.path.dirname(os.path.abspath(__file__))