depends -sub CXX gcc && depends qt4 && depends flex && depends proj && depends geos && depends gdal && depends qwt5 && # will work with qwt6 too depends sqlite "-DWITH_INTERNAL_SQLITE3=FALSE" && depends bison && depends cmake && depends libspatialindex && depends libspatialite && optional_depends postgresql \ "-DWITH_POSTGRESQL=TRUE" \ "-DWITH_POSTGRESQL=FALSE" \ "For PostGIS support, SPIT plugin" && optional_depends expat \ "" \ "" \ "GPS importer plugin" && if is_depends_enabled expat; then depends gpsbabel fi && optional_depends gsl \ "" \ "" \ "for georeferencer" && optional_depends -sub SQLITE grass \ "-DWITH_GRASS=TRUE" \ "-DWITH_GRASS=FALSE" \ "GRASS Support" && optional_depends python \ "-DWITH_BINDINGS=TRUE" \ "-DWITH_BINDINGS=FALSE" \ "Python plugins support and PyQGIS(extra query)" && if is_depends_enabled python ; then depends pyqt4 fi