On 12 October 2013 20:23, Guy Harris <g...@alum.mit.edu> wrote:

>
> On Oct 12, 2013, at 10:24 AM, Joerg Mayer <jma...@loplof.de> wrote:
>
> > set setup for nmake seems to be C:\Qt\Qt5.1.1\5.1.1\msvc2010 while the
> > value for cmake is just c:\qt\qt5.1.1\5.1.1
>
> Does CMake somehow look for a subdirectory of C:\Qt\Qt5.1.1\5.1.1, or
> otherwise arrange, with MSVC 2010, to look in C:\Qt\Qt5.1.1\5.1.1\msvc2010?
>
> > My motivation was to not rule out mingw builds.
>
> And is there a C:\Qt\Qt5.1.1\5.1.1\mingw directory for those builds?
>
> And how would you tell CMake which toolchain is being used?
>
>

The -G parameter to CMake specifies the generator to use which on Windows
also specifies the toolchain.

See http://cmake.org/cmake/help/v2.8.11/cmake.html#section_Generators
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to