|
4 | 4 | // uncomment settings in qgis_user.xcconfig to override defaults
|
5 | 5 | // in qgis_settings.xcconfig.
|
6 | 6 | // commented values values shown here are defaults
|
| 7 | +// there is no need to set *everything* here. |
7 | 8 |
|
8 | 9 | //SDKSYS = // tig (Tiger), leo (Leopard), [empty] (native)
|
9 | 10 | //ARCHS = $(NATIVE_ARCH) // default
|
|
13 | 14 | // Qt and other support
|
14 | 15 | //////////////////////////////////////////////////////////////////////
|
15 | 16 |
|
16 |
| -//QTDIR = /Developer/Tools/Qt // bin dir |
| 17 | +//QT_FWVER = 4 // the Versions/ folder name |
| 18 | +//QT_MVER = 4 // the install_name version |
| 19 | + |
| 20 | +//QTDIR = /Developer/Applications/Qt // Qt apps and plugins |
| 21 | +//QTBIN = /Developer/Tools/Qt // bin dir |
17 | 22 | //BISON = /usr/bin/bison // Tiger requires user-installed bison 2.3
|
18 | 23 | //GPSBABEL = /usr/local/bin/gpsbabel
|
19 | 24 | //SIP_system = /usr/local/bin/sip
|
|
33 | 38 | //PROJ_FORM = fw // fw or shared
|
34 | 39 | //GEOS_FORM = fw // fw or shared
|
35 | 40 |
|
36 |
| -// system sqlite3 only on Tiger+ |
37 | 41 | //SQLITE_FORM = fw // fw, system, static or shared
|
38 | 42 |
|
39 | 43 | //GSL_FORM = shared // static or shared
|
|
61 | 65 | //BUNDLE_PGSQL = YES
|
62 | 66 | //BUNDLE_GPSBABEL = YES
|
63 | 67 |
|
64 |
| -// no need to bundle frameworks |
65 |
| -//BUNDLE_GDAL = NO |
66 |
| -//BUNDLE_GEOS = NO |
67 |
| -//BUNDLE_PROJ = NO |
68 |
| -//BUNDLE_SQLITE = NO |
| 68 | +// frameworks not bundled |
| 69 | +//BUNDLE_GDAL = YES |
| 70 | +//BUNDLE_GEOS = YES |
| 71 | +//BUNDLE_PROJ = YES |
| 72 | +//BUNDLE_SQLITE = YES |
69 | 73 |
|
70 | 74 | //////////////////////////////////////////////////////////////////////
|
71 |
| -// above is the most that might need to be changed to handle |
72 |
| -// most common cases |
73 | 75 | //////////////////////////////////////////////////////////////////////
|
74 |
| - |
| 76 | +//// above is the most that might need to be changed to handle //// |
| 77 | +//// most common cases //// |
75 | 78 | //////////////////////////////////////////////////////////////////////
|
76 |
| -// support library versions |
77 |
| -// if shared libraries are bundled, need to change install_names |
78 |
| -// and need to know library version as it currently is specified |
79 |
| -// in the library |
80 |
| -// check a library version with otool -L /path/to/library |
81 | 79 | //////////////////////////////////////////////////////////////////////
|
82 |
| -// ***** need to figure out install_names in script |
83 |
| - |
84 |
| -//GSL_LIBVER = 0 |
85 |
| -//PGSQL_LIBVER = 5 |
86 |
| -//QT_FWVER = 4 // the Versions/ folder name |
87 |
| -//QT_MVER = 4 // the install_name version |
88 |
| - |
89 |
| -// these only need to be checked for unix forms |
90 |
| -// since bundling is not set up yet for these, ignore them |
91 |
| -//GDAL_LIBVER = 12 |
92 |
| -//PROJ_LIBVER = 4 |
93 |
| -//GEOS_LIBVER = 2 |
94 |
| -//GEOSC_LIBVER = 1 // GEOS has 2 libs, diff versions |
95 |
| -//SQLITE_LIBVER = 0 |
96 | 80 |
|
97 | 81 | //////////////////////////////////////////////////////////////////////
|
98 | 82 | // locations of user forms of dependencies
|
|
107 | 91 |
|
108 | 92 | //GSL_PREFIX = /usr/local
|
109 | 93 |
|
110 |
| -// this must match exactly how GRASS was *built*, not where it is currently |
111 |
| -// installed, if it was moved. ie GRASS.app must be directly in /Applications |
112 |
| -// prefix is the equivalent of the GRASS GISBASE |
| 94 | +// This must match exactly how GRASS was built and installed. |
| 95 | +// If it was moved or renamed, qgis GRASS plugin will not work. |
| 96 | +// Prefix is the equivalent of the GRASS GISBASE |
113 | 97 | //GRASS_PREFIX_app = /Applications/GRASS-$(GRASS_VERSION).app/Contents/MacOS
|
114 | 98 | //GRASS_PREFIX_unix = /usr/local/grass-$(GRASS_VERSION)
|
115 | 99 |
|
116 | 100 | //EXPAT_PREFIX = /usr/local // not used for system expat
|
117 | 101 |
|
118 |
| -// unix SQLite defaults to system, but that's Tiger+ -only |
119 |
| -// use custom unix build for Panther-compatibility |
| 102 | +// unix SQLite defaults to system |
120 | 103 | //SQLITE_PREFIX_shared = /usr
|
121 | 104 |
|
122 | 105 | //PGSQL_PREFIX = /usr/local/pgsql
|
|
0 commit comments