openbbm icon indicating copy to clipboard operation
openbbm copied to clipboard

Does not compile in linux

Open vudone opened this issue 4 years ago • 0 comments

Hi,

I have just compile the code in linux, but I needed to change a line in the code:

in src/vm/vmscreen.cpp line 24:

#ifdef Q_OS_MACX #include <QPainterPath> #endif

It is necesary to include this lib for linux too, not only MAC.

Best regards

vudone avatar Jul 31 '21 16:07 vudone