Update .pro file

Just to answer my own question:

you need to include the following to the .pro file definitions:

DEFINES += QGISPLUGINDIR=$${QGISPLUGINDIR} CORE_EXPORT= GUI_EXPORT=

the CORE_EXPORT is used with windows and left blank with linux in the QGIS CCMake file.

therefore it is just required to be declared and left a null for linux compilations

Reply