[PATCHES]

Miika Turkia miika.turkia at gmail.com
Tue Sep 1 07:23:32 PDT 2015


On Tue, Sep 1, 2015 at 4:34 PM, Rick Walsh <rickmwalsh at gmail.com> wrote:
>
>
> On 1 September 2015 at 08:02, Robert C. Helling <helling at atdotde.de> wrote:
>>
>> Hi,
>>
>> here are five patches cleaning up the code mainly in the planner.
>
>
> I forgot to mention
>
> Subject: [PATCH 1/5] Changed qInfo() to qDebug()
>
> ... as the former was introduced only in Qt 5.5 in order to make the
> test build also with 5.4
>
> I get no message at all from qDebug(), built with Qt 5.5 on Fedora 22.  Do I
> need to turn it "on" somehow?

You must build in debug mode instead of release mode to get the
qDebug() to print debugging messages. Try running "ccmake ." under the
build directory and CMAKE_BUILD_TYPE to Debug.


miika


More information about the subsurface mailing list