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

Commit

Permalink
Include Web Inspector resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium committed Feb 2, 2015
1 parent a2912c2 commit 5eb6f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/phantomjs.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ DESTDIR = ../bin
RESOURCES = phantomjs.qrc \
ghostdriver/ghostdriver.qrc

# Include resources for Windows only. Linux and OS X already have them.
# for more info see file: src\qt\qtwebkit\Source\WebCore\Target.pri:17
!winrt:win32: {
RESOURCES += qt/qtwebkit/Source/WebCore/inspector/front-end/WebKit.qrc \
qt/qtwebkit/Source/WebCore/generated/InspectorBackendCommands.qrc
}

!winrt:!win32: {
QTPLUGIN += qphantom
}
Expand Down

0 comments on commit 5eb6f64

Please sign in to comment.