build qcad with Qt built for debug

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
mink
Active Member
Posts: 30
Joined: Mon Jan 19, 2015 7:20 pm

build qcad with Qt built for debug

Post by mink » Fri Jan 30, 2015 8:39 am

Hi again,

after having resolved some obstacles between Windows and Unix / cygwin, and having all evironment set up for msvc2010, my build of QT in debug-version went ok. Trying to build QCad (from 4.7.6-zip) led to following problem:
qmake -r stops because a plugin plugins/designer/qwebview.dll is missing. As I built Qt for debug, I only have a qwebviewd.dll ....

Is this a little mistake in the .pro-Files?

As a workaround, i am building Qt now with -debug-and-release. Think this will create the missing release-plugin.

Regards,

Ulrich

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: build qcad with Qt built for debug

Post by andrew » Fri Jan 30, 2015 10:29 am

There's something special about qwebview... IMHO, Qt should take care of the 'd' though.
Personally, I've never linked against Qt in debug mode under Windows as I only do Windows releases on Windows and prefer to develop on other platforms. So it's perfectly possible that something would have to be adjusted to make this work.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”