From 8e8546b39c7cf807b4033fe4404f8ba2db90ec52 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Wed, 4 Feb 2015 20:08:55 -0800 Subject: [PATCH] Issue ##12864: Fix Windows build (from Vitaly). --- src/phantomjs.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/phantomjs.pro b/src/phantomjs.pro index b7694e01..56b6d76f 100644 --- a/src/phantomjs.pro +++ b/src/phantomjs.pro @@ -15,6 +15,13 @@ RESOURCES = phantomjs.qrc \ qt/qtwebkit/Source/WebCore/inspector/front-end/WebKit.qrc \ qt/qtwebkit/Source/WebCore/generated/InspectorBackendCommands.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 }