summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/thread.prf
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-26 12:43:24 (GMT)
committeraxis <qt-info@nokia.com>2010-01-26 12:45:38 (GMT)
commitd64407cf376c5723663ebe81f156a3da98d7df24 (patch)
treebe118deb9c8abd249f8bb3f752064474cc93640b /mkspecs/features/symbian/thread.prf
parentaaa0259441dffeae230d1cd0017fc21c0d17af5b (diff)
downloadQt-d64407cf376c5723663ebe81f156a3da98d7df24.zip
Qt-d64407cf376c5723663ebe81f156a3da98d7df24.tar.gz
Qt-d64407cf376c5723663ebe81f156a3da98d7df24.tar.bz2
Switched to using the QMAKE_LIBS_THREAD variable for thread libs.
Diffstat (limited to 'mkspecs/features/symbian/thread.prf')
-rw-r--r--mkspecs/features/symbian/thread.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/thread.prf b/mkspecs/features/symbian/thread.prf
new file mode 100644
index 0000000..885438a
--- /dev/null
+++ b/mkspecs/features/symbian/thread.prf
@@ -0,0 +1,2 @@
+# Symbian behaves like POSIX when it comes to threads.
+include(../unix/thread.prf)