PDA

View Full Version : Qt Visual Studio Integration



sivrisinek
27th February 2009, 13:37
Hi there,

we had a problem during compilation of a Qt Plugin for use in Qt Designer.

There, a message has popped up like this:

Warning:
A matching Qt version for the integration could not be found
The resulting plugin will not work with the current Qt Visual studio integration.

To solve this problem:

Goto www.trolltech.com and download the binary package of Qt 4.2.2.

.


We have no compilation errors for the plugin, and we can build a dll with the above message.

It is still fine, because, we design the UI files not inside the visual studio using the integration, but directly inside the designer.

During loading, the program crashes without any message.


Is this a common problem can someone please tell possible reasons for this error?