Some fixes

* make qt configuration in CMake more flexible
* move creating of symlinks on windows from post build event to cmake
* create symlinks for test data in cmake on windows
* switch to 7zip for extraction python indexer
* make results of sourcegrouptests case insensitive
This commit is contained in:
mlangkabel
2020-02-05 07:20:02 +01:00
parent 7f9f098c70
commit 10ba052ea1
11 changed files with 99 additions and 62 deletions
@@ -1,4 +1,4 @@
SourceFilePath: "src/Test.cpp"
SourceFilePath: "src/test.cpp"
IndexedPath: "src"
CompilerFlag: "--target=test_arch-test_vendor-test_sys-test_abi"
CompilerFlag: "-std=c++11"
@@ -17,5 +17,5 @@ SourceFilePath: "src/Test.cpp"
CompilerFlag: "-iframework"
CompilerFlag: "test/framework/search/path"
CompilerFlag: "-local-flag"
CompilerFlag: "src/Test.cpp"
CompilerFlag: "src/test.cpp"
ExcludeFilter: "**/excluded/**"