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
Qt is new for me hence the following might be obvious:
I installed the Qt components mentioned above on a win10 virtual machine.
I forked this repo and downloaded it recursively with git..
loading and "running" the Serial-Studio.pro project file with a MinGW 64-bit kit results in the following errors
no member named 'errorOccurred' in 'QTcpSocket' --> fixed
no member named 'swapItemsAt' in 'QStringList' --> fixed
'QML_Element' does not name a type
'textChange' was not declared in this scope
I also tried to run on a ubuntu 20 machines with the same issues.
Since the Readme includes no other requirements on how to compile but to use QT (>5.15) and the project file I wonder what the specifics for building the app (on Windows) I am missing.
I like this project a lot but have the need to make some adjustments to the serial stream processing (no /* */ framing but only complete lines) and diagrams (for different visualisation needs)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Qt is new for me hence the following might be obvious:
I also tried to run on a ubuntu 20 machines with the same issues.
Since the Readme includes no other requirements on how to compile but to use QT (>5.15) and the project file I wonder what the specifics for building the app (on Windows) I am missing.
I like this project a lot but have the need to make some adjustments to the serial stream processing (no /* */ framing but only complete lines) and diagrams (for different visualisation needs)
Beta Was this translation helpful? Give feedback.
All reactions