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 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 last edited by
      #2

      Static build are not supported for QtWebKit.

      1 Reply Last reply
      0

      • Login

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