On Tue, Sep 1, 2015 at 4:34 PM, Rick Walsh <[email protected]> wrote:
>
>
> On 1 September 2015 at 08:02, Robert C. Helling <[email protected]> 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
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to