I have been using the QShortcutManager class from edyuk on os x for quite some time now, and I am just now getting around to compiling the code on windows, and I get this error:

Qt Code:
  1. release\moc_qshortcutdialog.cpp:40: error: definition of static data member 'QShortcutDialog::staticMetaObject' of dllimport'd class.
  2. release\moc_qshortcutdialog.cpp:40: warning: 'QShortcutDialog::staticMetaObject' defined locally after being referenced with dllimport linkage
  3. mingw32-make[1]: *** [release\moc_qshortcutdialog.o] Error 1
To copy to clipboard, switch view to plain text mode 

I can't find much documentation about any error like this. does anyone have any ideas? thanks for the help,
dave