Hi,
I´m developing a plugin for QtCreator 2.0.1 (based on Qt 4.7.0) on a Windows machine.
My plugin would be a key-logger; to achieve this I thought about having a static method in my plugin that will instantiate an object for writing the data from the file, the static method is then called by the CppEditor plugin (by modifying it manually).
When compiling with mingw32 i get an "undefined reference to LoggerProxy()" that is my object.
Can somebody help me fixing this? I´m quite new to Qt and C++ in general.
Thank you