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
parent
90e9b73ee1
commit
47bd720019
|
|
@ -1,4 +1,4 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
!macx:!win:SUBDIRS += ibus
|
||||
!macx:!win32:SUBDIRS += ibus
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue