psmokotnin / osm

Open sound meter. FFT based application for tuning sound systems.
GNU General Public License v3.0
222 stars 35 forks source link

Visual Studio 2019/2022? #50

Closed snarkipus closed 2 years ago

snarkipus commented 2 years ago

Anyone successful in getting this to import/build in Visual Studio 2019/2022?

Note: Builds fine using Qt Creator and Qt environment - opening the *.pro in Visual Studio 2019/2022 using Qt Visual Studio Tools Extension seems to die a horrible death.

psmokotnin commented 2 years ago

I used Qt tools for VS and it worked good. Now I use Qt Creator with MSVC

snarkipus commented 2 years ago

Thanks - unfortunately Qt Creator doesn't have any profiling tools that work on Windows (besides QML) so I was hoping to get a working build in VS. Do you have a working soln file?