2016-06-10 70 views
1

我建的Qt 5.7的源与VS2015(根据这篇文章:http://developernote.com/2016/06/how-to-compile-qt-5-7-with-vs2015/),貌似构建成功,但我找不到编译例子(*的例子.exe文件)。我做错了什么? 我认为 '示例' 目标:如何编译Qt例子?

configure -debug -nomake examples -opensource 

装置编译的Qt +实施例中,是吗?

+1

这意味着无需编译例子:) – demonplus

+0

使用configure -debug -opensource收集的实例 – Dmitriano

回答

3

您可能想要将-nomake更改为-make,因为您正以这种方式排除示例。