Windows: correctly disable ibus plugin on Windows

The correct qmake scope is `win32', not `win'.

Change-Id: I148e764bbe94b6ca824a55458e080ca948dc304d
Reviewed-on: http://codereview.qt-project.org/4844
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
bb10
Rohan McGovern 2011-09-14 10:54:11 +10:00 committed by Qt by Nokia
parent 90e9b73ee1
commit 47bd720019
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TEMPLATE = subdirs
!macx:!win:SUBDIRS += ibus
!macx:!win32:SUBDIRS += ibus