diff options
Diffstat (limited to 'tests/auto/qthread/qthread.pro')
-rw-r--r-- | tests/auto/qthread/qthread.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qthread/qthread.pro b/tests/auto/qthread/qthread.pro index 4ea8fe5..0b042ab 100644 --- a/tests/auto/qthread/qthread.pro +++ b/tests/auto/qthread/qthread.pro @@ -1,4 +1,4 @@ load(qttest_p4) SOURCES += tst_qthread.cpp QT = core -symbian*:LIBS += -llibpthread +symbian:LIBS += -llibpthread |