[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dirty hack to use KDE Widgets in QT Designer



I have uploaded a deb for the lazy people :)
http://personales.ya.com/linuxtracer/libqt3c102-mt_3.1.1-7_i386.deb

Carlos Acedo wrote:

Hi,

After a long search of the web I found a solution to use KDE Widgets in designer ( except kfontcombo :( ) in a gentoo forum ( at least very similar to the solution ):
http://bugs.gentoo.org/show_bug.cgi?id=12964

You have to recompile qt libraries, but first you have to comment lines 144 and 149 of src/tools/qlibrary_unix.cpp

so you will get:
//if ( dlclose( pHnd ) ) {
#if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT)
       qWarning( "%s", dlerror() );
#endif
       return FALSE;
//   }

I know it's hacky, but I need to develop :)
If some one has a better solution please let me know


--
...resistence is futile, prepare to be asimilated.



Reply to: