Hey guys!
I really like this little tool, and I love Median, and since I have no C++ experience at all, I thought I would learn through this little desktop app.
My question:
Could you please tell me what QT version and C++ compiler should I use to run to build for the current, latest version?
On github I see only these instructions:
"It can be built basically for any platform. You will need:
C++ compiler
Qt 4 or 5
To build from GUI:
any OS: open MedianXLOfflineTools.pro in Qt Creator
Windows only: open MedianXLOfflineTools.sln in Microsoft Visual Studio 2019, you will also need to install Qt VS Tools extension"
QT 5 is breaking the build since
"QDesktopServices::storageLocation(QDesktopServices::HomeLocation)" is a QT4 feature, and therefore I get errors on build.
I use QT Creator Community for IDE and Visual Studio with the QT extension, but none of these working at the moment.
I tried with
msvc2015_64 (QT5) with
C++ Compiler 17.2Also I tried with
QT 4.8 but It is not working with the C++ compiler above.
I'm trying to solve this, but after 2 days I'm close to giving up.
Would you please tell me what is the best ide, C++ compiler version and Qt version to build this app? Maybe I missing some dependencies? Thanks you <3