UnitTest: Break the dependency to LLVM

If you have no LLVM installed it was impossible to compile the unit test.
But some unit test don't depend on LLVM. With this change it is now
possible to compile them.

Change-Id: Iac0c1b3cdf6c317e6ba4755acd5f8458db5a7451
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Marco Bubke
2016-08-17 14:18:55 +02:00
parent d23c4985cb
commit 68aeff4b9f
6 changed files with 62 additions and 36 deletions

View File

@@ -1,4 +1,3 @@
INCLUDEPATH += $$PWD
include($$PWD/../../../src/libs/utils/utils-lib.pri)
include($$PWD/../../../src/libs/cplusplus/cplusplus-lib.pri)