64 bit Debug compilation error

When I try to compile 64bit Debug I get the following error


error LNK1181: cannot open input file 'QtCored4.lib'

I have searched everywhere for this file. Does anyone know where I can get it?

Comments

  • mjc1016mjc1016 Posts: 15,001
    edited December 1969

    The SDK doesn't include the d libs...but the full Qt install does.

    Now, the big question is...exactly which version is included in the SDK? (there's 3 different Windows versions for each numerical Qt version...)

    Plus, I'm not entirely sure that the SDK isn't a custom build...but it seems likely it is, so the 'generic' Qt may not be quite right.

  • dtammdtamm Posts: 126
    edited December 1969

    This is an oversight on DAZ's part. You can delete the x64 configuration and recreate it from win32 or simple change the libraries it links against be the same as release. Or just remove all the d's so that the libraries it links against look like
    - dzcore.lib;QtCore4.lib;QtGui4.lib;Qt3Support4.lib;opengl32.lib;QtScript4.lib

  • mattiascibienmattiascibien Posts: 140
    edited December 1969

    Just remove the d ftom the plugins. Do not try to add other library from Qt SDKs. They won't work.

Sign In or Register to comment.