- completed Qt5 compatibility

- added GetFileVerisonInfoW hook for Windows 8 compatibility
- fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly
- fixed NCC components compiling with different Framewerk versions
- dropped files-list in Nexus-tab of modinfo dialog
This commit is contained in:
Tannin
2013-06-15 14:42:20 +02:00
parent d429b59c2f
commit b5f6229863
4 changed files with 17 additions and 2 deletions
+2
View File
@@ -714,4 +714,6 @@ QObject *ProxyPython::instantiate(const QString &pluginName)
}
#if QT_VERSION < QT_VERSION_CHECK(5,0,0)
Q_EXPORT_PLUGIN2(proxyPython, ProxyPython)
#endif