code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

QDevelop is unable to launch Assistant when using QT4.4.1 #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use the "Help current QT word" feature in QDevelop.

QDevelop should launch Assistant opening the most page related to the
current selected word from the code. What happens is that an error message
produced by assistant appears which indicated that QDevelop is trying to
pass a command line argument " -server " which assistant doesn't recognize.

This problem occurs when using QDevelop V0.25 with Qt4.4.1

The problem occurs due to the fact that the new Qt4.4.1 comes with two
assistant executables in the bin folder. One executable is called
assistant.exe and the other is assistant_adp.exe . when examined it was
found that assistant.exe indeed doesn't recognize the -server argument, but
assistant_adp.exe recognizes it. all what's needed is locating the
assistant_adp.exe instead of assistant.exe

Original issue reported on code.google.com by ahmed3l...@gmail.com on 19 Aug 2008 at 1:59

GoogleCodeExporter commented 9 years ago
You're wrong. The problem is that Qt's changes assistant remote control proto 
in Qt
4.4.0. Use latest version of QDevelop.

Original comment by Lord.Div...@gmail.com on 20 Jan 2009 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by jlbi...@gmail.com on 21 Jan 2009 at 7:37