mumble/plugins/manual
Mikkel Krautz ace1917015 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:
f9a8cf99bc

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.
2014-09-21 15:07:53 +02:00
..
features mumble, murmur: final adjustments for the win32-static buildenv. 2013-08-25 13:22:38 +02:00
.qmake.cache Add QMAKE_TARGET_BUNDLE_PREFIX to the manual plugin's .qmake.cache file. 2014-09-21 15:07:53 +02:00
manual.cpp Replace overlooked QT_VERSION_CHECKs with explicit version. 2014-09-20 03:45:34 +02:00
manual.h Replace overlooked QT_VERSION_CHECKs with explicit version. 2014-09-20 03:45:34 +02:00
manual.pro plugins/manual: use qt_dynamic_lookup instead of static to guard linking against mumble_app.dll. 2013-08-25 14:32:45 +02:00
manual.ui Plugins: Manual plugin corrected. 2010-10-19 00:06:37 +02:00