specify MODULE to avoid module .pri filename clash
Sincebb10733ac1f6e6the default MODULE is the base of the .pro file for the plugin (i.e., "windows"). Since MODULE becomes the base of the module .pri, the names of the module .pri files can clash. Now we explicitly specify MODULE for printersupport plugins to avoid overwriting the module .pri files of the platform plugins whose .pro files have the same names. Follow-up to81f8f0db5cwhich renamed the TARGET. Change-Id: Ie83892dc419257e1df3b81bcf6ecec751ae345b0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
parent
7d497846f0
commit
36514a9220
|
|
@ -1,5 +1,5 @@
|
|||
TARGET = cocoaprintersupport
|
||||
|
||||
MODULE = cocoaprintersupport
|
||||
PLUGIN_TYPE = printsupport
|
||||
load(qt_plugin)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TARGET = cupsprintersupport
|
||||
|
||||
MODULE = cupsprintersupport
|
||||
PLUGIN_TYPE = printsupport
|
||||
load(qt_plugin)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TARGET = windowsprintersupport
|
||||
|
||||
MODULE = windowsprintersupport
|
||||
PLUGIN_TYPE = printsupport
|
||||
load(qt_plugin)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue