> If Visual Studio is capable of running qmake remotely when compiling on Linux

VS should be capable of running any command via SSH.

> The VS Addin will not help you with that.

I guess the add-in will be just as helpful for Linux as it is for Win32. It is 
certainly not essential -- setting up the MSVC project manually is always 
possible (though a little trickier in the case of a Linux build). The add-in 
simplifies much of that setup work, and also provides a close integration of Qt 
tools with MSBuild through the use of Qt-specific targets. This will also be 
the case when compiling on Linux.


BR,
--Miguel


-----Original Message-----
From: Interest <interest-boun...@qt-project.org> On Behalf Of Thiago Macieira
Sent: Freitag, 31. Januar 2020 17:09
To: interest@qt-project.org
Subject: Re: [Interest] Can I mix Qt VS Tools with Visual Studio's "Linux 
development with C++" to build a Qt app on Linux?

On Thursday, 30 January 2020 10:15:50 PST dshinaberry@MRU.MEDICAL.CANON wrote:
> So, is it possible to mix the two and build a Qt app from Visual 
> Studio for both Windows and Linux platforms? If so, can someone give 
> me an outline of the steps to follow to achieve this?

You're probably the first person ever to try this.

Qt compiles on both Linux and Windows. If Visual Studio is capable of running 
qmake remotely when compiling on Linux for Linux, it should work. The VS Addin 
will not help you with that.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to