Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@SGaist
it seems like a problem with the moc.cpp file of inpluginimp
when i putting down the Q_OBJECT macro from the inPluginImp class the errors gone but the again the first problem in this topic comming back
When adding/removing the Q_OBJECT macro, do you re-run qmake before building ?
yes
it says to me that the moc_inpluginimp.cpp file isn't found.. but the file is in the build directory of the project in the debuge directory
@LeaA said:
#ifndef INPLUGININTERFACE_H #define INPLUGININTERFACE_H #pragma once ..... ..... #endif // INPLUGININTERFACE_H
T_T WTF ?
@jalomic
sorry,i didn't understand you..
@jalomic said:
#pragma once
#ifndef INPLUGININTERFACE_H and #pragma once - it is the same thinks. You not need #ifndef INPLUGININTERFACE_H if you have #pragma once Sorry for offtop
@LeaA Try to disable "shadow build"
I put down some header files from the pro. file and it solved