exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 2 forks source link

Upgrade visual studio to 2017 #194

Open croissanne opened 7 years ago

croissanne commented 7 years ago

We can use VS2015 for the current qt version. Or starting with qt5.9 we can use VS2017.

Main advantage would be better C++11 support.

tomfrancart commented 7 years ago

Fine with me, but be aware that recompiling the dependencies may be a lot of hassle, and that all build servers will have to be updated.

croissanne commented 7 years ago

vs2015 is compatible starting with qt5.6, but for that we need to replace qwebkit with qwebengine, and for that we need to have qwebengine in the ubuntu repo's. So until we have the latter we should probably leave this as is.

tomfrancart commented 5 years ago

An alternative would be gcc on windows, but we should verify if asio support is fine, as this was an issue in the past