summaryrefslogtreecommitdiffstats
path: root/qdb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qdb.pro')
-rw-r--r--qdb.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/qdb.pro b/qdb.pro
index 519e42f..c63b7c1 100644
--- a/qdb.pro
+++ b/qdb.pro
@@ -10,6 +10,9 @@ sub_tests.depends += libqdb
SUBDIRS += qdb
qdb.depends += libqdb
+ # Tests share files with qdb and parallel compilation in that case may lead to error C1083
+ # with MSVC. Avoid that by building tests after the main project.
+ sub_tests.depends += qdb
}
unix {