https://bugs.kde.org/show_bug.cgi?id=393265
--- Comment #1 from Sebastian Gottfried <sebastian.gottfr...@posteo.de> --- > nprem@nprem-desktop:~/kchart/kqtquickcharts/build$ cd ~/ktouch/build/src/ > nprem@nprem-desktop:~/ktouch/build/src$ ./ktouch You have to install KTouch, too: ~/kchart/kqtquickcharts/build$ sudo make install Running from the build directory is not possible. I would recommend to install it to the same location as kqtquickcharts. If you install it to the default location as you have done with kqtquickcharts, KTouch should be runnable without any further setup. If you would use custom prefix, you need to extend the environment variables KDEDIRS and XDG_DATA_DIRS: KDEDIRS=$ktouch_install_prefix:$XDG_DATA_DIRS XDG_DATA_DIRS=$ktouch_install_prefix/share:$XDG_DATA_DIRS $ktouch_install_prefix needs to be set to the install prefix you pass to cmake when configuring the build. -- You are receiving this mail because: You are watching all bug changes.