On Fri, 2012-11-30 at 13:54 -0500, John A. Sullivan III wrote:
Hello, all. I'm still doing occasional battle
with maintaining old Qt3
applications using KDevelop in Trinity 3.5.13.1 on Squeeze. When I
start KDevelop, I am asked to select a TQt3 directory which must have an
include directory containing tqt.h. On my system, tqt.h is
in /usr/include/tqt. However, the dialog does not like that path or any
parent along that path. What should this entry be?
This may be related to another problem. I am having problems running
the debugger in this qmake application. It often fails to find and
evaluate variables. Thanks - John
The debugging problem does not appear to be related. I am having the
same problem in ddd. Weird - when I used autoconf/automake, I had no
problem seeing file scope variables in the debugger. Now that I've
moved to qmake, I can see function scope variables but not file scope
even with 'filename.cpp'::variablename.