hi. i'm an absoulute beginner and try to make my own plasmoid.<br><br>in my source code's header section, i code;<br>#include <QDBusInterface><br><br>in the main function i want to create a QDBusInterface instance but the error below appears (both at my work and at home)<br>
<br>dbus_deneme1.cpp:1:26: error: QDBusInterface: No such file or directory<br>dbus_deneme1.cpp: In function 'int main()':<br>dbus_deneme1.cpp:8: error: 'QDBusInterface' was not declared in this scope<br>
dbus_deneme1.cpp:8: error: expected `;' before 'plasmaApp'<br>
dbus_deneme1.cpp:9: error: 'plasmaApp' was not declared in this scope<br><br><br>i am sure that i installed all the necessary libraries like qt, libplasma etc.<br>where is the problem?<br>(in addition to this i, want to compile some codes that i downloaded from the internet, if there is a QDBusInterface, QDBus or sth similar the same problem occurs.)<br>