Maybe people stop whining now.

This commit is contained in:
Tobias Rundstrom 2006-03-04 13:42:23 -03:00
parent b0f7061f84
commit ef5a523a8d
2 changed files with 6 additions and 1 deletions

View file

@ -102,7 +102,12 @@ main (int argc, char **argv)
QApplication app(argc, argv);
QSettings settings ("XMMS2", "Promoe");
#ifdef Q_OS_MACX
/** This is soooo wrong, there must exsist a flag for
* static plugins
*/
Q_IMPORT_PLUGIN(QJpegPlugin);
#endif
MainWindow *mw = new MainWindow (NULL);