So, after cleaning it up, it looks like this
installed QT5.4 from http://download.qt.io/official_releases/qt/5.4/5.4.0/
qt-opensource-linux-x64-android-5.4.0.run
ccmake went fine
now this:
In file included from /opt/Qt5.4.0/5.4/gcc_64/include/QtGui/
qopenglcontext.h:54:0,
from /opt/Qt5.4.0/5.4/gcc_64/include/QtGui/QtGui:32,
from /opt/Qt5.4.0/5.4/gcc_64/include/QtWidgets/
QtWidgetsDepends:4,
from /opt/Qt5.4.0/5.4/gcc_64/include/QtWidgets/
QtWidgets:3,
from /home/emi/Builds/QMapShack/src/main.cpp:25:
/opt/Qt5.4.0/5.4/gcc_64/include/QtGui/qopengl.h:122:21: fatal error: GL/
gl.h: Datei oder Verzeichnis nicht gefunden
# include <GL/gl.h>
^
compilation terminated.
make[2]: *** [src/CMakeFiles/qmapshack.dir/main.cpp.o] Fehler 1
make[1]: *** [src/CMakeFiles/qmapshack.dir/all] Fehler 2
make: *** [all] Fehler 2
Am Mon, 14 Sep 2015 19:30:10 +0200 schrieb Oliver Eichler:
> Yes, that looks like a version clash between different Qt versions. It's
> always a bad idea to force installations. It's better to resolve stuff.
>
> Am Montag, 14. September 2015, 16:27:50 schrieb Emanuel Hudl:
>> Hello Oliver,
>> Compiling went through; starting QMS ends up with:
>>
>> QT_MESSAGE_PATTERN: Unknown placeholder %{time yyyy-MM-dd h:mm:ss.zzz}
>> qmapshack: symbol lookup error: qmapshack: undefined symbol:
>> _ZN6QDebugD1Ev
>>
>> But i have to say that i "crushed" (nicely said) my system by trying to
>> install Qt by force...
>>
>> As always: Thanks for your support and work!
>> Emi
>>
>> Am Sun, 13 Sep 2015 19:12:21 +0200 schrieb Oliver Eichler:
>> > Hi Emanuel,
>> >
>> >
>> > you need Qt5.4 at least.
>> >
>> > HTH
>> >
>> > Oliver
>> >
>> > Am Sonntag, 13. September 2015, 07:44:49 schrieb Emanuel Hudl:
>> >> Hello,
>> >> can somebody help me with this issue or give me a hint?
>> >>
>> >> Compiling on the commit (
>> >> https://bitbucket.org/maproom/qmapshack/commits/
>> >> c7ccd236395d6d18e17192ec3f066b3f667b0fdb )
>> >>
>> >> Thanks.
>> >>
>> >>
>> >> /home/emi/Builds/QMapShack/src/helpers/CAppSetup.cpp: In static
>> >> member function ‘static void
>> >> CAppSetup::consoleMessageHandler(QtMsgType, const
>> >> QMessageLogContext&, const QString&)’:
>> >> /home/emi/Builds/QMapShack/src/helpers/CAppSetup.cpp:115:55: error:
>> >> ‘qFormatLogMessage’ was not declared in this scope
>> >>
>> >> QString txt = qFormatLogMessage(type, context, msg);
>> >>
>> >> ^
>> >>
>> >> make[2]: *** [src/CMakeFiles/qmapshack.dir/helpers/CAppSetup.cpp.o]
>> >> Fehler 1 make[1]: *** [src/CMakeFiles/qmapshack.dir/all] Fehler 2
>> >> make: *** [all] Fehler 2
>>
>>
----------------------------------------------------------------------------
>> >> -- _______________________________________________
>> >> Qlandkartegt-users mailing list
>> >> [email protected]
>> >> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
>> >
>> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
>> > "http://www.w3.org/TR/REC-html40/strict.dtd">
>> > <html><head><meta name="qrichtext" content="1" /><style
>> > type="text/css">
>> > p, li { white-space: pre-wrap; }
>> > </style></head><body style=" font-family:'DejaVu Sans Mono';
>> > font-size:12pt; font-weight:400; font-style:normal;">
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">Hi Emanuel,</p>
>> > <p style="-qt-paragraph-type:empty; margin-top:0px;
>> > margin-bottom:0px;
>> > margin-left:0px; margin-right:0px; -qt-block-indent:0;
>> > text-indent:0px;
>> > "> </p>
>> > <p style="-qt-paragraph-type:empty; margin-top:0px;
>> > margin-bottom:0px;
>> > margin-left:0px; margin-right:0px; -qt-block-indent:0;
>> > text-indent:0px;
>> > "> </p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">you need Qt5.4 at least.</p>
>> > <p style="-qt-paragraph-type:empty; margin-top:0px;
>> > margin-bottom:0px;
>> > margin-left:0px; margin-right:0px; -qt-block-indent:0;
>> > text-indent:0px;
>> > "> </p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">HTH</p>
>> > <p style="-qt-paragraph-type:empty; margin-top:0px;
>> > margin-bottom:0px;
>> > margin-left:0px; margin-right:0px; -qt-block-indent:0;
>> > text-indent:0px;
>> > "> </p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">Oliver</p>
>> > <p style="-qt-paragraph-type:empty; margin-top:0px;
>> > margin-bottom:0px;
>> > margin-left:0px; margin-right:0px; -qt-block-indent:0;
>> > text-indent:0px;
>> > "> </p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">Am Sonntag, 13. September 2015, 07:44:49 schrieb
>> > Emanuel Hudl:</p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">> Hello,</p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">> can somebody help me with this issue or give
>> > me a hint?</p>
>> > <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
>> > margin-right:0px; -qt-block-indent:0; text-indent:0px;
>> > -qt-user-state:0;">> </p>
>> > <p style=" margin-top:0px; margin-bottom:0px;
>> > margin-left:0px;<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
>> > "http://www.w3.org/TR/REC-html40/strict.dtd">
> <html><head><meta name="qrichtext" content="1" /><style type="text/css">
> p, li { white-space: pre-wrap; }
> </style></head><body style=" font-family:'DejaVu Sans Mono';
> font-size:12pt; font-weight:400; font-style:normal;">
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">Yes, that looks like a version clash between
> different Qt versions. It's always a bad idea to force installations.
> It's better to resolve stuff.</p>
> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px;
> margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;
> "> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">Am Montag, 14. September 2015, 16:27:50 schrieb
> Emanuel Hudl:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> Hello Oliver,</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> Compiling went through; starting QMS ends up
> with:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> QT_MESSAGE_PATTERN: Unknown placeholder %{time
> yyyy-MM-dd h:mm:ss.zzz}</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> qmapshack: symbol lookup error: qmapshack:
> undefined symbol:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> _ZN6QDebugD1Ev</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> But i have to say that i "crushed"
> (nicely said) my system by trying to</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> install Qt by force...</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> As always: Thanks for your support and work!</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> Emi</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> Am Sun, 13 Sep 2015 19:12:21 +0200 schrieb
> Oliver Eichler:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > Hi Emanuel,</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > you need Qt5.4 at least.</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > HTH</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > Oliver</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > Am Sonntag, 13. September 2015, 07:44:49
> schrieb Emanuel Hudl:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> Hello,</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> can somebody help me with this issue or
> give me a hint?</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> Compiling on the commit (</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> https://bitbucket.org/maproom/qmapshack/commits/</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> c7ccd236395d6d18e17192ec3f066b3f667b0fdb )</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> Thanks.</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> /home/emi/Builds/QMapShack/src/helpers/CAppSetup.cpp: In static
> member</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> function ‘static void
> CAppSetup::consoleMessageHandler(QtMsgType, const</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> QMessageLogContext&, const
> QString&)’:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> /home/emi/Builds/QMapShack/src/helpers/CAppSetup.cpp:115:55: error:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> ‘qFormatLogMessage’ was not declared in
> this scope</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> QString txt =
> qFormatLogMessage(type, context, msg);</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> ^</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> make[2]: ***
> [src/CMakeFiles/qmapshack.dir/helpers/CAppSetup.cpp.o]</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> Fehler 1 make[1]: ***
> [src/CMakeFiles/qmapshack.dir/all] Fehler 2 make:</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> *** [all] Fehler 2</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">>
>
----------------------------------------------------------------------------
</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> --
> _______________________________________________</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >> Qlandkartegt-users mailing list</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> [email protected]</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >>
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD
> HTML 4.0//EN"</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> "http://www.w3.org/TR/REC-html40/strict.dtd"></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <html><head><meta
> name="qrichtext" content="1" /><style
> type="text/css"></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > p, li { white-space: pre-wrap; }</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </style></head><body
> style=" font-family:'DejaVu Sans Mono';</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > font-size:12pt; font-weight:400;
> font-style:normal;"></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">Hi
> Emanuel,</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style="-qt-paragraph-type:empty;
> margin-top:0px; margin-bottom:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-left:0px; margin-right:0px;
> -qt-block-indent:0; text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > ">&nbsp;</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style="-qt-paragraph-type:empty;
> margin-top:0px; margin-bottom:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-left:0px; margin-right:0px;
> -qt-block-indent:0; text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > ">&nbsp;</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">you need Qt5.4
> at least.</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style="-qt-paragraph-type:empty;
> margin-top:0px; margin-bottom:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-left:0px; margin-right:0px;
> -qt-block-indent:0; text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > ">&nbsp;</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> -qt-user-state:0;">HTH</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style="-qt-paragraph-type:empty;
> margin-top:0px; margin-bottom:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-left:0px; margin-right:0px;
> -qt-block-indent:0; text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > ">&nbsp;</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> -qt-user-state:0;">Oliver</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style="-qt-paragraph-type:empty;
> margin-top:0px; margin-bottom:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-left:0px; margin-right:0px;
> -qt-block-indent:0; text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > ">&nbsp;</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">Am Sonntag, 13.
> September 2015, 07:44:49 schrieb</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > Emanuel Hudl:</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> Hello,</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt; can
> somebody help me with this issue or give me</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > a hint?</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> Compiling on the commit (</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> https://bitbucket.org/maproom/qmapshack/commits/</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> c7ccd236395d6d18e17192ec3f066b3f667b0fdb )</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> Thanks.</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> /home/emi/Builds/QMapShack/src/helpers/CAppSetup.cpp: In static</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > member</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> function ‘static void</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > CAppSetup::consoleMessageHandler(QtMsgType,
> const</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> QMessageLogContext&amp;, const</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > QString&amp;)’:</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> /home/emi/Builds/QMapShack/src/helpers/CAppSetup.cpp:115:55:
> error:</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> ‘qFormatLogMessage’ was not declared in this</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > scope</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> QString txt = qFormatLogMessage(type,</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > context, msg);</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > ^</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> make[2]: ***</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> [src/CMakeFiles/qmapshack.dir/helpers/CAppSetup.cpp.o]</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt; Fehler
> 1</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> make[1]: *** [src/CMakeFiles/qmapshack.dir/all]</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > Fehler 2</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt; make:
> *** [all] Fehler 2</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">>
>
----------------------------------------------------------------------------
</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt; --</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> _______________________________________________</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;
> Qlandkartegt-users mailing list</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> Qlandkartegt-users-5NWGOfrQmneRv
[email protected]</p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style=" margin-top:0px;
> margin-bottom:0px; margin-left:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-right:0px; -qt-block-indent:0;
> text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > -qt-user-state:0;">&gt;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users</
p></p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > <p style="-qt-paragraph-type:empty;
> margin-top:0px; margin-bottom:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> > margin-left:0px; margin-right:0px;
> -qt-block-indent:0; text-indent:0px;</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> >
> ">&nbsp;</p></body></</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">>
>
html>-----------------------------------------------------------------------
</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> -------</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> </p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">>
>
----------------------------------------------------------------------------
</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> --
> _______________________________________________</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">> Qlandkartegt-users mailing list</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">>
> [email protected]</p>
> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
> margin-right:0px; -qt-block-indent:0; text-indent:0px;
> -qt-user-state:0;">>
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users</p>
> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px;
> margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;
> "> </p></body></
html>------------------------------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users