diff options
Diffstat (limited to 'tests/auto/qstring/qstring.pro')
-rw-r--r-- | tests/auto/qstring/qstring.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/qstring/qstring.pro b/tests/auto/qstring/qstring.pro index eb52d90..ed758c6 100644 --- a/tests/auto/qstring/qstring.pro +++ b/tests/auto/qstring/qstring.pro @@ -1,9 +1,8 @@ load(qttest_p4) SOURCES += tst_qstring.cpp +symbian:LIBS += -llibm + QT = core DEFINES += QT_NO_CAST_TO_ASCII - - - |