summaryrefslogtreecommitdiffstats
path: root/src/concurrent/concurrent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/concurrent.pro')
-rw-r--r--src/concurrent/concurrent.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/concurrent/concurrent.pro b/src/concurrent/concurrent.pro
index f30f75e46e..cfa76ff130 100644
--- a/src/concurrent/concurrent.pro
+++ b/src/concurrent/concurrent.pro
@@ -7,6 +7,8 @@ CONFIG += exceptions
DEFINES += QT_NO_USING_NAMESPACE
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
+QMAKE_DOCS = $$PWD/doc/qtconcurrent.qdocconf
+
load(qt_module)
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
@@ -37,9 +39,6 @@ HEADERS += \
# private headers
HEADERS += \
-QMAKE_DOCS = $$PWD/doc/qtconcurrent.qdocconf
-QMAKE_DOCS_INDEX = ../../doc
-
contains(QT_CONFIG, clock-gettime) {
linux-*|hpux-*|solaris-*:LIBS *= -lrt
}