diff options
author | Marco Bubke <marco.bubke@qt.io> | 2019-04-24 14:07:39 +0200 |
---|---|---|
committer | Marco Bubke <marco.bubke@qt.io> | 2019-04-29 12:52:05 +0000 |
commit | 2d520140d01a8c6d9ff88c7f7205dfa28cc06d2d (patch) | |
tree | 04113edcfbf43f62552acfe226b5a6bd307f5ded /tests/unit/unittest/projectupdater-test.cpp | |
parent | 1975641a3d0ccb3f36452524a57f7d2303b62b25 (diff) | |
download | qt-creator-2d520140d01a8c6d9ff88c7f7205dfa28cc06d2d.tar.gz |
Clang: Fix system pre include search path
We now get the resource path from creator. The -fPIC case is working now
too.
Change-Id: Id191e89e6d46706748d50440038a06a349972cc9
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'tests/unit/unittest/projectupdater-test.cpp')
-rw-r--r-- | tests/unit/unittest/projectupdater-test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/unittest/projectupdater-test.cpp b/tests/unit/unittest/projectupdater-test.cpp index 21ee3f5781..494eed5713 100644 --- a/tests/unit/unittest/projectupdater-test.cpp +++ b/tests/unit/unittest/projectupdater-test.cpp @@ -351,7 +351,6 @@ TEST_F(ProjectUpdater, ToolChainArguments) ASSERT_THAT(arguments, ElementsAre(QString{"-m32"}, - QString{"-fPIC"}, QString{"extraflags"}, QString{"-include"}, QString{"config.h"})); |