Latest commit
1299c13
Mar 19, 2017
Permalink
| .. | |||
| Failed to load latest commit information. | |||
|
|
build |
|
|
|
|
figs |
|
|
|
|
.gitignore |
|
|
|
|
CMakeLists.txt |
|
|
|
|
README.txt |
|
|
|
|
application.qrc |
|
|
|
|
bgslibrary_gui.cpp |
|
|
|
|
bgslibrary_gui.pro |
|
|
|
|
mainwindow.cpp |
|
|
|
|
mainwindow.h |
|
|
|
|
mainwindow.ui |
|
|
|
|
qt_utils.cpp |
|
|
|
|
qt_utils.h |
|
|
|
|
texteditor.cpp |
|
|
|
|
texteditor.h |
|
|
|
|
ui_mainwindow.h |
|
|
README.txt
#------------------------------------------------- # # 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" ..