myzinsky / CloudLogCatQt

Qt app (Linux, Windows, Mac) for providing CAT support for Cloudlog http://www.cloudlog.co.uk/
11 stars 7 forks source link

Build issue on windows 10 #4

Open Craig3FW opened 2 years ago

Craig3FW commented 2 years ago

What version of QT do I need? Tried building with 6.2 but got this compile error.

C:\Users\Admin\Downloads\CloudLogCatQt-master\CloudLogCatQt-master\cloudlogcatqt.cpp:185: error: no matching function for call to 'QByteArray::append(const QString)' ..\CloudLogCatQt-master\cloudlogcatqt.cpp: In member function 'void CloudLogCATQt::getFromFLRig(QString, QNetworkAccessManager*)': ..\CloudLogCatQt-master\cloudlogcatqt.cpp:185:16: error: no matching function for call to 'QByteArray::append(const QString)' 185 | data.append("<?xml version=\"1.0\"?>" | ~~~^~~~~~~~~~~~~~ 186 | + command | ~~~~~ 187 | + ""); | ~~~~~~~~~~~~

myzinsky commented 2 years ago

I have not yet build the software with Qt6 Just with Qt5. I'll keep this issue open and will fix it in a while.