> Ok. Could you indicate the complete qmake command line you used + the > content of the "Config.pri" file, please.
$ svn co http://svn.openstreetmap.org/applications/editors/merkaartor/ merkaartor $ cd merkaartor $ qmake -unix Merkaartor.pro $ make .... $ cat Config.pri VERSION="0.13" REVISION="-SVN" # NODEBUG=1 - no debug target # TRANSDIR_MERKAARTOR - translations directory for merkaartor #TRANSDIR_MERKAARTOR=c:/home/cbrowet/src/merkaartor_trunk # TRANSDIR_SYSTEM - translations directory for Qt itself # OUTPUT_DIR - base directory for local output files # PREFIX - base prefix for installation # NOUSEWEBKIT=1 - disable use of WebKit (Yahoo adapter) # OSMARENDER=1 - enable osmarender # GDAL=1 - enable GDAL # MOBILE=1 - enable MOBILE # GEOIMAGE=1 - enable geotagged images (needs exiv2) # GPSD=1 - use gpsd as location provider Thanks for your help, Raphael _______________________________________________ Merkaartor mailing list [email protected] http://lists.openstreetmap.org/listinfo/merkaartor
