Issue ##12864: Fix Windows build (from Vitaly).

2.0
Ariya Hidayat 2015-02-04 20:08:55 -08:00
parent 595fb0ed6e
commit 8e8546b39c
1 changed files with 7 additions and 0 deletions

View File

@ -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
}