* If postgres is not requested in the autogen/configure, do not attempt to build the geoprocessing and spit plugins (they have no meaning if postgres is not available).
* Rearrange the acinclude (configure) test for the Qt version so that the Qt/Windows version is tested first. This resolves an issue when the Qt/Windows library is mounted on the linux compiler platform as smbfs, where case-insensitive matching was triggered; therefore allowing the Qt/Windows-style includes to be mis-detected as Qt/X11-style includes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5830 c8812cc2-4d05-0410-92ff-de0c093fc19c
Update build.sh so that it now has an option to build static binary (use xstatic) - though this does not fully work on dapper as sqlite3 (and perhaps others) dont supply statically build versions of their libs in their pacakges.
Lastly, build.sh now uses --enable-static=no option when running autogen.sh so that qgis does no build or link to static versions of its own libs which speeds up compilation time.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5294 c8812cc2-4d05-0410-92ff-de0c093fc19c
Previously if your --with-qtdir was not in your PATH, ./configure would pick up the uic that was in your path anyway. Now uic and rcc are forced to those found inside whatever you specify with --with-qtdir.
-This line, and those below, will be ignored--
M qgis/acinclude.m4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4719 c8812cc2-4d05-0410-92ff-de0c093fc19c
to the Qt detection code is required to complete the migration from
version 3.x to 4.x.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4267 c8812cc2-4d05-0410-92ff-de0c093fc19c
(The environment variable QTDIR should be defined similar to /usr/local/Trolltech/Qt-4.0.1 for Qt4 and /Developer/qt for Qt3.)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4255 c8812cc2-4d05-0410-92ff-de0c093fc19c
It's HIGHLY RECOMMENDED to build against Qt4 in a *copy* of your CVS working directory as you will still have to run qt3to4 from the qgis root directory (e.g. "/usr/local/Trolltech/Qt-4.0.0/bin/qt3to4 qgis.pro") before you "make", and this change is difficult to undo.
Please continue to commit new code that is Qt3.3 compatible, NOT Qt4 only.
Note that qgis doesn't actually build against Qt4 yet; this is a change to the build system only, not the code.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3809 c8812cc2-4d05-0410-92ff-de0c093fc19c
will be used to build QGIS. Hopefully this will remind me (and others)
to ensure minimum Qt compatibility (currently @ version 3.1.2).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3029 c8812cc2-4d05-0410-92ff-de0c093fc19c
** Added code for detecting QGIS as m4 file to tools
** this will be installed together with QT and GDAL detection to
$prefix/share/aclocal/qgis.m4
so the plugins can just use those simple unique macros
** updated German translation
!! Developers have to link the installed qgis.m4 to /usr/share/aclocal/
!! or where ever aclocal keeps the m4 files
!! otherwise it's not detected by the plugins autogen.sh (more exactly
!! aclocal)
!! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of
!! autogen.sh. But be carefull not to commit that to CVS
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1213 c8812cc2-4d05-0410-92ff-de0c093fc19c