Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Fix remote inspector when building statically. #291

Merged
merged 1 commit into from
Jul 7, 2012

Commits on Jul 7, 2012

  1. Fix remote inspector when building statically.

    For some reason, it seems that checking CONFIG(static) inside
    src/phantomjs.pro is not reliable. That caused the STATIC_BUILD define
    not to be set, and hence Q_INIT_RESOURCE would never get called in
    main.cpp.
    
    Instead of using Q_INIT_RESOURCE, let's just compile the resources
    directly into the phantomjs binary. This means we don't need to detect
    whether Qt is linked statically or dynamically.
    
    https://code.google.com/p/phantomjs/issues/detail?id=430
    jonleighton committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    95186c6 View commit details
    Browse the repository at this point in the history