Maybe people stop whining now.
This commit is contained in:
parent
b0f7061f84
commit
ef5a523a8d
2 changed files with 6 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue