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