Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. MSVC linker: cannot open '../JavaScriptCore/release\jscore.lib'
Forum Updated to NodeBB v4.3 + New Features

MSVC linker: cannot open '../JavaScriptCore/release\jscore.lib'

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 4.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jahewson
    wrote on 1 Oct 2010, 11:15 last edited by
    #1

    I've successfully build a static version of QT using MSVC 2008, however if I try to build any of the WebKit examples, I get the error: LINK : fatal error LNK1181: cannot open input file '../JavaScriptCore/release\jscore.lib'

    Other examples which don't use QTWebKit build with no errors. Shouldn't jscore.lib already be linked into QTWebKit.lib? Why would the example be directly linking to jscore.lib? Any ideas?

    Details....

    I'm doing a 32-bit release build of QT 4.7.0 on Windows 7 (64-bit) with MSVC 2008, and configuring with:

    configure -static -qt-zlib -qt-gif -qt-libpng -qt-libjpeg -qt-libmng -qt-libtiff -webkit -platform win32-msvc2008

    1 Reply Last reply
    0
    • B Offline
      B Offline
      benjamin.poulain
      wrote on 1 Oct 2010, 15:36 last edited by
      #2

      Static build are not supported for QtWebKit.

      1 Reply Last reply
      0

      2/2

      1 Oct 2010, 15:36

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved