summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-31 13:34:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 19:49:32 +0100
commit43684a20d044de6d4daac750809750777b68c9e5 (patch)
tree5e7b7ce04385c7811640953529e7a4b077e417d6 /src/concurrent
parente469e667e39d638d3c4649b9793ee3eefe3c5784 (diff)
use private linkage where possible
Change-Id: Ie8eaa71bee87654c21218a23efd7e9d65b71f022 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/concurrent.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/concurrent.pro b/src/concurrent/concurrent.pro
index 53b6bd0472..2b8fef2d6a 100644
--- a/src/concurrent/concurrent.pro
+++ b/src/concurrent/concurrent.pro
@@ -39,5 +39,5 @@ HEADERS += \
HEADERS += \
contains(QT_CONFIG, clock-gettime) {
- linux-*|hpux-*|solaris-*:LIBS *= -lrt
+ linux-*|hpux-*|solaris-*: LIBS_PRIVATE *= -lrt
}