[Gammaray-interest] Missing plugins on OSX / IOS

Filipe Azevedo filipe.azevedo at kdab.com
Mon Oct 24 15:21:09 CEST 2016


On Saturday, October 22, 2016 7:22:26 PM CEST Paul Nader wrote:
> Hi,
> 
> I've created a pull request (https://github.com/KDAB/GammaRay/pull/261)
> which contains the toolchain with instructions in case it is of use to
> anyone.
> 
> What does not work:
> 
> - Missing plugins (might not have anything to do with this and be an OSX
> build problem)
> - The current probe creator static initialiser (aka Brittany) does not
> fire. As a work around call install hooks as per Install.txt
According to staticprobe.h, you have to include #include <gammaray/
staticprobe.h>
and add in the global scope a call to the macro GAMMARAY_STATIC_INJECT
ie:

#include <QApplication>

GAMMARAY_STATIC_INJECT

int main(...) {
    return 0;
}

> 
>  Cheers, paul

Cheers, Filipe,


-
Filipe Azevedo | filipe.azevedo at kdab.com | Qt Expert, Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel: France +33 (0)4 90 84 08 53, http://www.kdab.fr
KDAB - The C++, Qt and OpenGL Experts


More information about the Gammaray-interest mailing list