配置openCV Qt新功能
configure openCV Qt new functions
我正在为官方文档中的步骤而苦恼
Extract it into a nice and short named directory like D:/OpenCV/dep/qt/ . Then you need to build it. Start up a Visual Studio Command Prompt (2010) by using the start menu search (or navigate through the start menu All Programs ‣ Microsoft Visual Studio 2010 ‣ Visual Studio Tools ‣ Visual Studio Command Prompt (2010)).
The Visual Studio command prompt
Now navigate to the extracted folder and enter inside it by using this console window. You should have a folder containing files like Install, Make and so on. Use the dir command to list files inside your current directory. Once arrived at this directory enter the following command:
configure.exe -release -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools
-no-qt3support -no-multimedia -no-ltcg
...
我的问题是在本文档中使用了 Qt 4.7.3,现在,我不知道那个版本,因为我找不到它,但在较新的版本中没有安装、制作文件.. .
我应该改用哪些?
有没有人有我可以遵循的最新版本的 Qt 和 VS 的任何步骤来完成此操作
我发现我没有使用源文件,你可以找到它 here 在名为 qtbase 的文件夹中找到了包含新版本配置和 INTALLS 文件的文件夹,继续执行以下步骤在 OPENCV 指南上,在 MSVS2012
上一切正常
我正在为官方文档中的步骤而苦恼
Extract it into a nice and short named directory like D:/OpenCV/dep/qt/ . Then you need to build it. Start up a Visual Studio Command Prompt (2010) by using the start menu search (or navigate through the start menu All Programs ‣ Microsoft Visual Studio 2010 ‣ Visual Studio Tools ‣ Visual Studio Command Prompt (2010)).
The Visual Studio command prompt Now navigate to the extracted folder and enter inside it by using this console window. You should have a folder containing files like Install, Make and so on. Use the dir command to list files inside your current directory. Once arrived at this directory enter the following command:
configure.exe -release -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools
-no-qt3support -no-multimedia -no-ltcg
...
我的问题是在本文档中使用了 Qt 4.7.3,现在,我不知道那个版本,因为我找不到它,但在较新的版本中没有安装、制作文件.. .
我应该改用哪些?
有没有人有我可以遵循的最新版本的 Qt 和 VS 的任何步骤来完成此操作
我发现我没有使用源文件,你可以找到它 here 在名为 qtbase 的文件夹中找到了包含新版本配置和 INTALLS 文件的文件夹,继续执行以下步骤在 OPENCV 指南上,在 MSVS2012
上一切正常