hi. i&#39;m an absoulute beginner and try to make my own plasmoid.<br><br>in my source code&#39;s header section, i code;<br>#include &lt;QDBusInterface&gt;<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 &#39;int main()&#39;:<br>dbus_deneme1.cpp:8: error: &#39;QDBusInterface&#39; was not declared in this scope<br>
dbus_deneme1.cpp:8: error: expected `;&#39; before &#39;plasmaApp&#39;<br>
dbus_deneme1.cpp:9: error: &#39;plasmaApp&#39; 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>