plugins
plugins copied to clipboard
Can' not compile on MacOS
When I make pgmodeler... I have error: src/sampleplugin.h:54:30: error: unknown type name 'ActionId' virtual QAction *getAction(ActionId act_id) const;
Same here, on Ubuntu 22.04
#0 1443.6 In file included from src/sampleplugin.cpp:19:
#0 1443.6 src/sampleplugin.h:54:36: error: 'ActionId' has not been declared
#0 1443.6 54 | QAction *getAction(ActionId act_id) const override;
#0 1443.6 | ^~~~~~~~
If you are building pgModeler using the main branch use the same branch for plugins. Otherwise, the build will fail.
Good point, I was trying to compile v1.0.4 tagged source.