diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2010-06-30 02:22:25 (GMT) |
---|---|---|
committer | Lorn Potter <lorn.potter@nokia.com> | 2010-06-30 02:22:25 (GMT) |
commit | a9b6c59857c28f48e093abccaf9a89755b0995bc (patch) | |
tree | 0af25583601858bca4f2d61540220a9c10890e35 /tests/auto/qthread | |
parent | 5a6d8c40791da2e8751965d05ae2d5ef69bed301 (diff) | |
parent | 587b0fed9bd17a378eb0212c95074df965549ef2 (diff) | |
download | Qt-a9b6c59857c28f48e093abccaf9a89755b0995bc.zip Qt-a9b6c59857c28f48e093abccaf9a89755b0995bc.tar.gz Qt-a9b6c59857c28f48e093abccaf9a89755b0995bc.tar.bz2 |
Merge branch '4.7' of git://gitorious.org/qt/qt into 4.7
Diffstat (limited to 'tests/auto/qthread')
-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 |