summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cocoa
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-11-02 01:36:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 15:25:14 +0100
commit36514a92209652d0f1e39a7b0897107345eedd78 (patch)
treeee14614e0d9b0e43b41c779e7f3d901cc710b9ab /src/plugins/printsupport/cocoa
parent7d497846f0a44e796b347c5c7bb355237d1a409d (diff)
specify MODULE to avoid module .pri filename clash
Since 733ac1f6e6b3155a594376ef99288c6117124000 the 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 to 81f8f0db5cb75e29b041a011ca4e7dbbf2d903c5 which renamed the TARGET. Change-Id: Ie83892dc419257e1df3b81bcf6ecec751ae345b0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/plugins/printsupport/cocoa')
-rw-r--r--src/plugins/printsupport/cocoa/cocoa.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/printsupport/cocoa/cocoa.pro b/src/plugins/printsupport/cocoa/cocoa.pro
index 4e99b4a8f5..c0206fd2bc 100644
--- a/src/plugins/printsupport/cocoa/cocoa.pro
+++ b/src/plugins/printsupport/cocoa/cocoa.pro
@@ -1,5 +1,5 @@
TARGET = cocoaprintersupport
-
+MODULE = cocoaprintersupport
PLUGIN_TYPE = printsupport
load(qt_plugin)