Rose, Stuart J wrote: > > id4 -lQtCored4 -lQtDesignerd4 > [make] C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ > mingw32\bin\ld.exe > : cannot find -lQtDesignerd4 >
Hi Stuart, It seems that make fails to locate QtDesignerd, the debug version of Qt Designer. It is possible that we pick up the wrong defualt configuration when building with mingw. You could work around this by explcitly configuring Qt in release mode. To get access to the phonon you need to compile the GPL source package using Visual Studio Express Edition. This is unfortunate, but the directx headers are not compatible with mingw. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
