diff -r ef0373b55136 -r 758a864f9613 tests/auto/qinputcontext/qinputcontext.pro --- a/tests/auto/qinputcontext/qinputcontext.pro Fri Sep 17 08:34:18 2010 +0300 +++ b/tests/auto/qinputcontext/qinputcontext.pro Mon Oct 04 01:19:32 2010 +0300 @@ -1,2 +1,6 @@ load(qttest_p4) SOURCES += tst_qinputcontext.cpp + +symbian { + LIBS += -lws32 -lcone +}