timlinux
a778e1da5e
Merged in changes from the 0.9.0preview1 tag back to trunk. Please make all changes directly in trunk.
...
svn merge -r 7108:7129 https://svn.qgis.org/repos/qgis/tags/Preview-0.9.0-1
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-08-09 04:06:41 +00:00
timlinux
ed58adf9e5
Disable pedantic for preview 1
...
Make pedantic warnings only appear when pedantic is on
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7099 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-26 03:20:16 +00:00
timlinux
466a4a15a5
Tidy up cmake stuff so all .in files now live under cmake_templates
...
Move more utility scripts into scripts dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 21:28:00 +00:00
timlinux
4e8c14e3d1
Set version name to 0.9.0preview1 for project name and in nsis config
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6988 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-06-09 04:12:36 +00:00
timlinux
6da550da61
Initial CPack directives
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6979 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-06-04 19:20:08 +00:00
timlinux
a1b7d7f246
Simple test case working built by cmake
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6951 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-21 20:42:37 +00:00
timlinux
50f8995546
Initial commits to build qtests from cmake / ctest. Non functional yet
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6949 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-21 17:28:53 +00:00
wonder
674e1f919f
Hide LIBRARY_OUTPUT_PATH and LIB_PATH
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6883 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-12 12:20:05 +00:00
homann
fd382bd91a
Make it possible to turn -Wall -Werror off. Set PEDANTIC to off with ccmake <builddir>.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6769 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-03-05 19:11:52 +00:00
homann
9bf9976a66
Added generation of gqssvnversion.h
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-26 18:11:29 +00:00
wonder
c2da041a71
Write qgssvnversion.h on windows only if doesn't exist yet
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6658 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-22 12:18:11 +00:00
wonder
27df1b73e0
Windows tweak for qgssvnversion.h - should work now for both MSYS and MinGW generators
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6657 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-22 11:47:52 +00:00
timlinux
535f69ad37
Build with -Wall -Werror now. Three directories still have unresolved warnings so this behaviour is disabled there (providers/wfs prviders/grass and plugins/grass). A nasty message is displayed during cmake configure process to remind that these errors must be resolved.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6626 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-18 05:44:27 +00:00
timlinux
e6d7c02660
Added uninstall target for cmake
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6589 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-13 11:57:39 +00:00
timlinux
69e220514e
Install qgsconfig.h to includes dir too since apps using libqgis need it when compiling...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6548 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-07 16:18:05 +00:00
g_j_m
75f408d016
Fix for incorrect contents in qgssvnversion.h for Unix and Mac (was just
...
putting 'exported' instead of the actual subversion revision number)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6536 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-06 01:24:58 +00:00
homann
152cbcabfc
Hack for generating qgssvnversion.h on WIN
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6535 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-06 01:01:27 +00:00
wonder
3a0c0bbe94
By default install bindings to QGIS directory -> no need to install as root.
...
It's possible to override it with BINDINGS_GLOBAL_INSTALL set to TRUE,
that will cause bindings to be installed to global python's site-packages dir.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6516 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-04 12:54:10 +00:00
wonder
fe6f74ffd9
Fixed installation of include files for Windows.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6496 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-02 19:40:13 +00:00
timlinux
130fa6b83a
Install core headers on make install
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6481 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-02-01 18:15:27 +00:00
wonder
28e79f84e6
CMake changes:
...
- generate qgsconfig.h and qgssvnversion.h to binary dir, not source dir
- removed QGIS_NO_SVNVERSION
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6467 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-27 23:27:39 +00:00
timlinux
7903a9dbe7
Use ${PROJECT_NAME} rather than hard coding qgis.app when naming mac application bundle
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6433 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-14 21:08:59 +00:00
wonder
66a2685b0b
CMake:
...
- added possibility to explicitly disable building of bindings
- added version checks for SIP (min. 4.5) and PyQt (min. 4.1)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6428 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 14:35:53 +00:00
telwertowski
012a8b0235
For Mac, prepend "@executable_path/lib" to library references. This make the app double-clickable and movable.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6426 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 08:22:10 +00:00
telwertowski
9126c0d894
For Mac, install everything into an application bundle.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6420 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-11 22:16:41 +00:00
telwertowski
e8d3464eb8
Fix Mac compilation. (A complete compilation is now possible but files are still installed in the wrong place and plugin/providers are not loadable even if moved to the right place.)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6417 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 09:49:35 +00:00
wonder
bbd36b107f
Merged refactoring branch back to trunk.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00