You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I congratulate you on your project.
I'm on Ubuntu 20.04 platform. I cloned this repository and ran qmake within that directory. I get :
error: ‘SkipEmptyParts’ is not a member of ‘Qt’
I changed Qt::SkipEmptyParts to QString::SplitBehavior::SkipEmptyParts which I found that tip on the net. Compilation went smooth and I launched it succesfully but I am unsure of the safety of that fix.
The text was updated successfully, but these errors were encountered:
First of all, I congratulate you on your project.
I'm on Ubuntu 20.04 platform. I cloned this repository and ran
qmake
within that directory. I get :I changed
Qt::SkipEmptyParts
toQString::SplitBehavior::SkipEmptyParts
which I found that tip on the net. Compilation went smooth and I launched it succesfully but I am unsure of the safety of that fix.The text was updated successfully, but these errors were encountered: