diff --git a/mythplugins/libs-targetfix.pro b/mythplugins/libs-targetfix.pro index 2fb3d57316c..b633e4d3702 100644 --- a/mythplugins/libs-targetfix.pro +++ b/mythplugins/libs-targetfix.pro @@ -4,9 +4,9 @@ mingw { contains( TEMPLATE, lib ) : !static { # Qt under Linux/Unix/Mac OS X builds libBlah.a and libBlah.so, - # but is using the Windows defaults libBlah.a and Blah.so. + # but is using the Windows defaults libBlah.a and Blah.dll. # - # So that our modules have the same filenames as on Unix, override: + # So that our modules have similar filenames as on Unix, override: # TARGET = lib$${TARGET} }