Re: [Development] QtWebkit to vcxproj

2016-05-26 Thread raven-worx Software
Oswald Buddenhagen wrote: note that vcxproj support for the build of qt as a whole has been dropped a while ago, which is reflected by incomplete projects being generated. you may be able to use them successfully for debugging, but there is no way to use them for actually building qt reliably.

Re: [Development] QtWebkit to vcxproj

2016-05-25 Thread raven-worx Software
Which begs the question: Why? I'm not claiming it's not possible. But building Qt itself within Visual Studio Is not common, let alone Qt WebKit. Kai to integrate it into our "development ecosystem" and use the advantages of Visual Studio environment (visual debugging, central propert

[Development] QtWebkit to vcxproj

2016-05-25 Thread raven-worx Software
Hi, i am trying to create a vcxproj-Project of the QtWebKit module. For that i call "qmake -tp vc -r" This results in error "Project ERROR: Strict subdir dependencies can only be used with subdirs template" (https://bugreports.qt.io/browse/QTBUG-50099) I can get rid of this error by commentin

Re: [Development] Errors in release mode only

2015-04-02 Thread raven-worx Software
cation > > Says everything. > > Show your code. > > Regards, > Konstantin > > 2015-03-30 23:21 GMT+04:00 raven-worx Software : > >> Hi, >> >> i get the following print outs to the console and absolutley have no clue >> why: >> >> SHIMVIE

Re: [Development] Errors in release mode only

2015-03-30 Thread raven-worx Software
ntLoop: Cannot be used without QApplication > > Says everything. > > Show your code. > > Regards, > Konstantin > > 2015-03-30 23:21 GMT+04:00 raven-worx Software : > >> Hi, >> >> i get the following print outs to the console and absolutley

[Development] Errors in release mode only

2015-03-30 Thread raven-worx Software
Hi, i get the following print outs to the console and absolutley have no clue why: SHIMVIEW: ShimInfo(Complete) QEventLoop: Cannot be used without QApplication QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle() But this only happens in RELEASE MODE! DEBU

Re: [Development] qmake vcxproj generator issue

2014-12-18 Thread raven-worx Software
>> i am using the command "qmake -tp vc -r" to generate Visual Studio projects. >> With Qt 5.3 and MSVC2008 this worked flawlessly. >> But since Qt 5.4 can't be compiled with MSVC2008 anymore i switched to >> MSVC2013. > > What do you mean by "Qt 5.4 can't be compiled with MSVC2008 anymore"? > Vis

[Development] qmake vcxproj generator issue

2014-12-17 Thread raven-worx Software
Hi, i am using the command "qmake -tp vc -r" to generate Visual Studio projects. With Qt 5.3 and MSVC2008 this worked flawlessly. But since Qt 5.4 can't be compiled with MSVC2008 anymore i switched to MSVC2013. The command runs without errors and creates the .vcxproj files, so far so good. No

Re: [Development] Wrong resize event for QAbstractScrollArea derives

2013-10-16 Thread raven-worx Software
> On Friday 11 October 2013 13:31:31 raven-worx Software wrote: >> Hi, >> >> a question out of curiosity: >> In QAbstractScrollArea::viewportEvent() a resize event is passed to >> the base class implementation of the event handler. Whats the reason >&g

[Development] Wrong resize event for QAbstractScrollArea derives

2013-10-11 Thread raven-worx Software
Hi, a question out of curiosity: In QAbstractScrollArea::viewportEvent() a resize event is passed to the base class implementation of the event handler. Whats the reason for doing this for a non input event? I'm asking because, this actually causes that you receive a wrong resize event for