Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-09-07 01:05:44 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-09-21 17:07:53 +0400
commitace19170152d67d6d9d0b33802d5ebbc7e54f806 (patch)
tree68ddf952a2fdb70ba30fdef1388a89423c6b6993 /plugins
parent731d8638f893021f9e335b491e23f389e8eb0636 (diff)
Add QMAKE_TARGET_BUNDLE_PREFIX to the manual plugin's .qmake.cache file.
Due to Qt change f9a8cf99bc0, qmake will forcefully add the bundle prefix set in Xcode to any .qmake.cache file it encounters. This causes unnecessary noise in Git, and extra work for developers. Full change URL: https://qt.gitorious.org/qt/qtbase/commit/f9a8cf99bc0b9afda44c0b3e7e8af141003bbd9b To avoid having qmake change the manual plugin's .qmake.cache file behind our backs, we simply add a pre-set QMAKE_TARGET_BUNDLE_PREFIX to the .qmake.cache file. The manual plugin is not a bundle, so the bundle prefix is not applied. This skips the querying-and-caching step for the bundle identifier -- because now, one is already set.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/manual/.qmake.cache1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/manual/.qmake.cache b/plugins/manual/.qmake.cache
index 36951b2b4..2f4babb9f 100644
--- a/plugins/manual/.qmake.cache
+++ b/plugins/manual/.qmake.cache
@@ -1 +1,2 @@
QMAKEFEATURES=$$_PRO_FILE_PWD_/features/
+QMAKE_TARGET_BUNDLE_PREFIX=net.sourceforge.mumble