diff options
Diffstat (limited to 'tests/auto/qfile/test/test.pro')
-rw-r--r-- | tests/auto/qfile/test/test.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qfile/test/test.pro b/tests/auto/qfile/test/test.pro index 673eacc..c0049b0 100644 --- a/tests/auto/qfile/test/test.pro +++ b/tests/auto/qfile/test/test.pro @@ -37,4 +37,6 @@ win32 { LIBS+=-lole32 -luuid } - +symbian { + LIBS+=-lefsrv +} |