Message 1 of 9
Custom Plugin Load wrong Qt DLL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I changed the Utility Project from wizard to CMake project, and used the Qt for UI, when loading the plugin, the max.exe will load the Qt dll from my locally installed Qt directory, but not the dll in the Max folder, which will lead to an error "QWiget Must construct a QApplication before a QWidget". Are there any special settings that should be set in CMakelists to make the Max load the correct dll ?