Create binary artifacts for Linux

* Bundle Qt binaries and create artifacts on Linux 
* Add qt.conf for Linux
* Remove install target for unit test
This commit is contained in:
Magne Sjaastad
2024-02-13 09:06:38 +01:00
committed by GitHub
parent 7c317cf7c1
commit 8fe385adcf
5 changed files with 7 additions and 5 deletions

View File

@@ -214,5 +214,3 @@ if(MSVC)
endif(MSVC)
add_test(NAME ResInsight-tests COMMAND ResInsight-tests)
install(TARGETS ResInsight-tests DESTINATION ${RESINSIGHT_INSTALL_FOLDER})