Is there any way to package QGIS C++ plugins, then download it and install manually?
Noli On 4/20/11, John C. Tull <[email protected]> wrote: > Hi Jürgen, > > This fix worked! Hopefully Maning can get this in the codebase for the > plugin. > > Cheers, > John > > On Apr 19, 2011, at 2:53 PM, Jürgen E. Fischer wrote: > >> Hi John, >> >> On Tue, 19. Apr 2011 at 14:28:15 -0700, John C. Tull wrote: >>> /Users/jctull/sources/qgis/trunk/src/plugins/qgis2google2/qgskmlconverter.h:0: >>> Warning: No relevant classes found. No output generated. >> >> Try this: >> >> Index: CMakeLists.txt >> =================================================================== >> --- CMakeLists.txt (revision 29) >> +++ CMakeLists.txt (working copy) >> @@ -12,7 +12,6 @@ >> SET (qgis2google_MOC_HDRS >> qgis2google.h >> qgsgoogleearthtool.h >> - qgskmlconverter.h >> qgskmlsettingsdialog.h >> ) >> >> @@ -47,6 +46,7 @@ >> >> INCLUDE_DIRECTORIES( >> ${CMAKE_CURRENT_BINARY_DIR} >> + ${GEOS_INCLUDE_DIR} >> ../../core ../../core/raster ../../core/renderer ../../core/symbology >> ../../gui >> .. >> >> Jürgen >> >> -- >> Jürgen E. Fischer norBIT GmbH Tel. >> +49-4931-918175-20 >> Dipl.-Inf. (FH) Rheinstraße 13 Fax. >> +49-4931-918175-50 >> Software Engineer D-26506 Norden >> http://www.norbit.de >> >> -- >> norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH >> Rheinstrasse 13, 26506 Norden >> GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 >> >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-user > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
