Hello,<br>I have just started with plasma-mobile and would like to change the applications/webbrowser program.<br><br>I can now re-compile the entire plasma-mobile/ with this mantra:<br>$ cd plasma-mobile<br>$ mkdir build; cd build<br>
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr<br>$ make<br>$ sudo make install<br><br>And it's possible to run eg. the active-webbrowser app with success.<br>$ active-webbrowser -v<br><br>However, I would like to use the QtCreator to change the "webbrowser.qml" file in "$HOME/plasma-mobile/applications/webbrowser/package/contents/ui/". <br>
<br>The QtCreator seems to complain that it cannot find some libraries:<br><br>import org.kde.plasma.core 0.1 as PlasmaCore    <-- fails to find<br>import org.kde.plasma.components 0.1 as PlasmaComponents  <-- fails to find.<br>
import org.kde.plasma.mobilecomponents 0.1 as MobileComponents  <--- found and OK.<br><br>Please see this picture:<br><a href="http://bildr.no/view/1138783">http://bildr.no/view/1138783</a><br><br>I have opened the project from its root directory ($HOME/plasma-mobile/) and the compilation (within QtCreator) seems to work right.<br>
* But what is the right setup for QtCreator for plasma-mobiler (plasma-device) project. <br>* How to avoid the above "import..." errors.<br><br>The /usr/lib/kde4/imports/org/kde/plasma/ directory has these files:<br>
$ ls -l  /usr/lib/kde4/imports/org/kde/plasma/<br>drwxr-xr-x 2 root root 4096 Mar 23 09:23 components<br>drwxr-xr-x 2 root root 4096 Mar 23 09:23 core<br>drwxr-xr-x 2 root root 4096 Mar 23 09:23 graphicslayouts<br>drwxr-xr-x 2 root root 4096 Mar 23 09:23 graphicswidgets<br>
drwxr-xr-x 2 root root 4096 Mar 23 17:05 mobilecomponents<br>drwxr-xr-x 2 root root 4096 Mar 23 09:45 slccomponents<br><br>I know Ubuntu/Unity but KDE is pretty new for me at this level.<br><br>Kindly <br>  Osmo (Moma) Antero<br>
<br><br>