Re: [Qt-creator] webkitwidgets: unknown module

2014-04-16 Thread Ziller Eike
On Apr 16, 2014, at 6:59 PM, Vitali Baumtrok wrote: > Hi, > > I want to compile a project that uses the class QWebView, but I get the > message "Project ERROR: Unknown module(s) in QT: webkitwidgets". > > I had previously a Qt version installed with the online-installer. It > worked, i.e. it

[Qt-creator] webkitwidgets: unknown module

2014-04-16 Thread Vitali Baumtrok
Hi, I want to compile a project that uses the class QWebView, but I get the message "Project ERROR: Unknown module(s) in QT: webkitwidgets". I had previously a Qt version installed with the online-installer. It worked, i.e. it compiled correctly. Bet then I messed around with other versions an

Re: [Qt-creator] External tools: linking to line in source code in General Messages output pane

2014-04-16 Thread Ziller Eike
On Apr 16, 2014, at 3:10 PM, André Hartmann wrote: > Hi Alfonso, > >> On a somewhat related topic, is it possible to use ANSI escape codes >> to color-code the output from my external tool in the General Messages >> output pane? > > With this change: https://codereview.qt-project.org/#change,6

Re: [Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread André Hartmann
Hi Daniel, Thanks for the tip. Unfortunately, our library has .lib and .dll in two different directories, but I just added further dummy LIBS += -L/path/to/dll. Works perfectly with VS 2010. Thank you very much! Best regards, André Am 16.04.2014 15:09, schrieb Daniel Teske: > On Wednesday 16

Re: [Qt-creator] External tools: linking to line in source code in General Messages output pane

2014-04-16 Thread André Hartmann
Hi Alfonso, > On a somewhat related topic, is it possible to use ANSI escape codes > to color-code the output from my external tool in the General Messages > output pane? With this change: https://codereview.qt-project.org/#change,64183 at least ANSI escape code support for compile and applic

Re: [Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread Daniel Teske
On Wednesday 16 Apr 2014 15:03:45 André Hartmann wrote: > Hello, > > I have (Windows) projects that depends on external > libraries. > > Whenever a new version of this lib is released, > I have to compile and test the projects against > the new version and sometimes switch back to the > old versi

[Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread André Hartmann
Hello, I have (Windows) projects that depends on external libraries. Whenever a new version of this lib is released, I have to compile and test the projects against the new version and sometimes switch back to the old version. Qmake already makes my life very easy, as I can switch between them b