Ignore:
Timestamp:
Mar 29, 2010, 9:24:44 AM (15 years ago)
Author:
[email protected]
Message:

[Qt] Use the -l syntax for linking against JavaScriptCore on Windows.
This allow qmake to extract dependencies correctly when generating VS
solutions.

Reviewed by Simon Hausmann.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r56623 r56725  
    6464
    6565    win32-msvc* {
    66         LIBS += $$pathToJavaScriptCoreOutput/$${JAVASCRIPTCORE_TARGET}.lib
     66        LIBS += -L$$pathToJavaScriptCoreOutput
     67        LIBS += -l$$JAVASCRIPTCORE_TARGET
    6768    } else:symbian {
    6869        LIBS += -l$${JAVASCRIPTCORE_TARGET}.lib
Note: See TracChangeset for help on using the changeset viewer.