Skip to content
Snippets Groups Projects
Select Git revision
  • c5c700d1f06ccab31eba7eb72b03195117853661
  • master default protected
  • beta
  • dev
  • andrewssobral-patch-1
  • update
  • thomas-fork
  • 2.0
  • v3.2.0
  • v3.1.0
  • v3.0
  • bgslib_py27_ocv3_win64
  • bgslib_java_2.0.0
  • bgslib_console_2.0.0
  • bgslib_matlab_win64_2.0.0
  • bgslib_qtgui_2.0.0
  • 2.0.0
  • bgs_console_2.0.0
  • bgs_matlab_win64_2.0.0
  • bgs_qtgui_2.0.0
  • v1.9.2_x86_mfc_gui
  • v1.9.2_x64_java_gui
  • v1.9.2_x86_java_gui
23 results

gui_qt

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Andrews Sobral authored
    1299c13f
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    #-------------------------------------------------
    #
    # Project created with Qt 5.6.2
    #
    # Compiling BGSLibrary QT GUI with CMAKE
    #
    #-------------------------------------------------
    # Qt 5.x 64-bit for Desktop (MSVC 2015)
    #-------------------------------------------------
    
    mkdir build
    
    cd build
    
    set OpenCV_DIR=C:\OpenCV3.2.0\build
    
    cmake -DOpenCV_DIR=%OpenCV_DIR% -G "Visual Studio 14 Win64" ..