61 Commits

Author SHA1 Message Date
Matthias Kuhn
cb612aafe2 Qt Extras modules have been removed from Qt6
https://www.qt.io/blog/qt-extras-modules-in-qt-6
2022-08-28 12:48:05 +10:00
Denis Rouzaud
0eee27f14c
macos now always has loader path (#42859) 2021-04-19 15:41:43 +02:00
José de Paula Rodrigues Neto Assis
c91e0e8450 Drop Globe plugin
Dropping Globe plugin from the QGIS sources. It depends on osgearth no
newer than version 2.8, released on 2016-09-05, and which is impossible
to build against modern (Qt 5.13+) versions of Qt. With this, the
optional QGIS dependency on OpenSceneGraph and osgearth is also removed.
2020-05-25 08:29:03 +10:00
William Kyngesburye
daaeeb40fc strip Qt rpath when bundling 2020-03-18 03:03:44 +10:00
William Kyngesburye
a04bc860df also check for private PyQt5/sip in Mac bundling 2020-03-18 03:03:44 +10:00
William Kyngesburye
857ad0a678 handle quick for Mac bundling 2020-03-18 03:03:44 +10:00
William Kyngesburye
ec71254a17 Qscintilla library may have _qt5 in name 2020-03-02 19:55:38 -06:00
William Kyngesburye
989d0c68f6 QtDBus linked to other Qt frameowrks, needs bundling 2020-03-03 08:27:24 +10:00
William Kyngesburye
f8af7ddd52 add missing Mac UI style plugin to app bundle 2018-11-17 18:17:26 -06:00
William Kyngesburye
2f86f22852 update mac bundling for new Qt frameworks 2018-10-29 19:02:51 -05:00
William Kyngesburye
6526dd0894 bundle sip to correct dir 2018-10-25 18:54:55 -05:00
Denis Rouzaud
97c5ed0225
better fix for detecting QWTPOLAR without DESKTOP 2018-09-27 10:38:47 -04:00
Denis Rouzaud
057aafe17a
WITH_QWTPOLAR is only defined when building with desktop 2018-09-27 10:20:25 -04:00
Denis Rouzaud
9dc3ee4fa0
fix logical block with mis-matching arguments 2018-04-10 20:45:29 -04:00
William Kyngesburye
bf8b1e90da Mac packaging updates 2018-03-24 11:17:44 -05:00
Denis Rouzaud
33ca8fcb69 remove PyQt4 leftovers in mac cmake config 2018-02-05 21:19:16 -04:00
Matthias Kuhn
a45908f922 Remove dependency on QtScript 2017-12-10 13:01:51 +01:00
David Marteau
5534d743f1 Execute ln command with GNU compatible options
On some OSX macport installation, GNU commands may be used in favor
    of native commands and 'make install' fail with
         'ln: invalid option -- 'h'"

    As BSD ln support the GNU -n option as an equivalent of the -h option
    it shoud be preferred over the specific BSD option.
2017-09-15 09:27:31 +02:00
Larry Shaffer
ed32f49c84 Update bundling of qspatialite and postgres Qt SQL plugins for Mac 2015-10-02 14:32:54 -06:00
Larry Shaffer
de3069bc72 Resolve symlinks when bundling PyQt uic directory on Mac 2015-10-01 19:09:56 -06:00
Larry Shaffer
db4a9a3623 Add PYTHONPATH support and better module finding to Mac bundling 2015-10-01 17:33:33 -06:00
Larry Shaffer
1a22b14d60 Bundle only the QCA plugins that are used on Mac 2015-10-01 17:33:33 -06:00
Larry Shaffer
2e011bcf4f Add QwtPolar bundling for Mac 2015-10-01 17:33:33 -06:00
Larry Shaffer
e65aa99ae7 [FEATURE] Authentication configuration system with master password
- Main C++ core and gui classes and desktop app integration
- Support for authentication method plugins
- Does not contain any integration with service connections
2015-09-21 08:51:18 -06:00
Larry Shaffer
cc05516cd4 Always bundle QTest framework and module on Mac, for plugin developers 2015-06-13 10:47:33 -06:00
Larry Shaffer
025741ff51 Fix bundle-relative linking for libqscintilla2.dylib (now required lib) on Mac 2014-07-16 18:25:41 -06:00
Larry Shaffer
09e0db6aa7 Add QtScript to Mac app bundle (now used in WMS provider) 2014-04-15 15:35:06 -06:00
William Kyngesburye
20782201bb update lib paths for phonon_backends 2014-02-24 21:52:04 -06:00
William Kyngesburye
4dcaa17259 phonon needs backends 2013-12-18 08:54:55 -06:00
William Kyngesburye
ba9936e001 always bundle QtDbus, just in case 2013-12-17 08:43:45 -06:00
Larry Shaffer
546b8d2397 [globe] Fix Mac dependencies so plugin can run from app bundle 2013-09-14 10:04:48 -06:00
William Kyngesburye
f832a34fa0 bundle osgEarthQt if available 2013-04-04 13:56:41 -05:00
William Kyngesburye
c3679255a5 clean up qscintilla bundling 2013-04-02 11:37:48 -05:00
Larry Shaffer
2a2465ee74 Add available sql drivers to Mac bundled app 2013-02-19 05:30:23 -07:00
Larry Shaffer
4889d82411 Make sure QtTest gets bundled on Mac, if ENABLE_TESTS is set
- Was configured, but wan't being triggered
2013-02-01 12:47:32 -07:00
Larry Shaffer
e8edb950e4 Add CMake finds for QScintilla2 and Qsci module
- Needs testing on Windows platform
- Add QScintilla2 library version info to About dialog
- Add Mac bundling support for Qwt 6 framework and QScintilla2
- Fallback to sys or custom site-pkgs when looking for PyQt4 modules to Mac bundle
2012-10-22 20:45:14 -06:00
Larry Shaffer
396f3633f3 Remove hardcoded path for pyuic4 on Mac install 2012-09-13 12:15:41 -06:00
Larry Shaffer
24eb02a990 Add QSvgIconEngine plugin to Mac bundles 2012-08-01 10:13:02 -06:00
Larry Shaffer
2599bf4683 Fix for Mac source builds.
Builds were not portable (i.e. Snow Leopard to Lion, dev Mac to client) because libs were still referencing dev Mac's libs and were not being updated on bundle frameworks.
2012-07-19 20:59:03 -06:00
dakcarto
721765e5ee Add libqico.dylib copy and lib update to Mac app bundle for upcoming 1.8 release. Linux already supports libqico (favicons), while Windows apparently isn't supported by Qt yet (Notes section of http://qt-project.org/doc/qt-4.8/qtwebkit.html ). This is useful for plugins that render web pages and want to display the favicon of the site. 2012-05-28 13:17:09 -06:00
William Kyngesburye
98f5bd4f46 bundle more Qt imageformats that might be useful to external plugins 2012-05-03 09:14:54 -05:00
dakcarto
1a6d760928 Fix for source or build directory paths that contain spaces. 2012-04-10 13:52:57 -06:00
William Kyngesburye
48be08be33 Don't bundle PyQwt if not present in system 2012-04-07 12:13:20 -05:00
William Kyngesburye
b7e2387426 Qt bundling cleanup 2012-04-07 12:10:20 -05:00
William Kyngesburye
bdd33b3048 generalize helper apps bundling; more quoting 2011-12-26 12:21:34 -06:00
William Kyngesburye
5712369dce missed a few quotings 2011-12-26 10:36:33 -06:00
William Kyngesburye
5ed3977b18 more quoting in case there are empty variables, and tests for existence of files before executing commands 2011-12-26 10:11:36 -06:00
William Kyngesburye
ccfc565533 missed a bit for bundling qsqlite 2011-11-06 14:54:49 -06:00
William Kyngesburye
4d74db7707 bundle qsqlite for eVis plugin; bundle other Qt frameworks for extra plugins 2011-11-06 12:15:06 -06:00
William Kyngesburye
57c4ee746f make sure qwt lib path updated 2011-08-15 21:35:38 -05:00