intgetValues() override; // MSVC may not support "override" };
// return pointer to interface! // TestDLL_lib can and should be completely hidden from the application extern"C"TESTDLL_LIBSHARED_EXPORT TestInterface *create_TestDLL_lib() { returnnew TestDLL_lib(); } //https://stackoverflow.com/questions/26234327/qlibrary-import-a-class