disambiguate plugin name vs. windows platform plugin

static plugin linking needs unique names.
also, non-unique names are generally somewhat counterproductive.

Change-Id: Idffba2b442b98dd2b0917f9f0af89f0694a99196
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
Oswald Buddenhagen 2012-10-30 10:15:20 +01:00 committed by The Qt Project
parent a2eff5c244
commit 81f8f0db5c

View File

@ -1,4 +1,4 @@
TARGET = windows
TARGET = windowsprintersupport
PLUGIN_TYPE = printsupport
load(qt_plugin)