x06_qt_world_mapper_readme.txt 798 B

1234567891011121314151617181920212223
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. //
  3. // Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands
  4. // Use, modification and distribution is subject to the Boost Software License,
  5. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. Qt World Mapper example
  8. It will show a basic Qt Widget, displaying world countries
  9. To compile this program:
  10. Install Qt (if not done before)
  11. Using Linux/gcc
  12. - install Qt with sudo apt-get install libqt4-dev
  13. - run qmake -project
  14. - edit the generated file "with_external_libs.pro" and delete all lines but the x06_qt_world_mapper.cpp
  15. - run qmake
  16. - edit the generated Makefile, if necessary, and add -I../../../.. to include Boost and Boost.Geometry
  17. - run make