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
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
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
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
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
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
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