eyecreate
Member
Just happened upon this thread and noticed this. It seems you might have used my tutorial on compiling qt. Any place that uses /mnt/utmp/kde-libs in the config/mkspec files for building qt stuff should point instead to the directory of the pnd you are building. I have to do this each time I use my qt in a different pnd.(recently did with my compilation of mumble)Works a treat! I ran a pyqt4 based Tetris game and she ran fine.
Good to hear!!!
Indeed, some apps may run fine, but they will fail if they need any file in the plugins/ folder. Unfortunately the qt build search for them at the /mnt/utmp/kde-libs/plugins and a simple symbolic link works around. But I dont know why other problem appear when I do this (cant resize windows).
Hope that helps making a cleaner environment!