Commit Graph

4 Commits

Author SHA1 Message Date
raphaelcotty e8066dd330
Linux crash (#9)
* Qbs build: correct rpath for conan libraries

Libraries managed with conan are now downloaded in dynamic. They are
also installed in the build directory.
This directory path is also added to all the applications rpaths.
This ensure that the application loads the correct library.

* Qbs build: correct rpath for conan libraries

Libraries managed with conan are now downloaded in dynamic. They are
also installed in the build directory.
This directory path is also added to all the applications rpaths.
This ensure that the application loads the correct library.
2022-01-09 17:26:42 +01:00
Jakub Melka 0a35c95aa7 Qbs: fix build errors 2021-12-13 13:58:07 +01:00
raphaelcotty 75d40806ed
Conan (#7)
* Add conan support

* Windows Qbs port using conan

* Correct QT_INSTALL_DIRECTORY define

* Correct QT_INSTALL_DIRECTORY define, again
2021-12-13 12:04:18 +01:00
Raphael Cotty cbeb91fe18 Linux port 2021-10-29 18:42:18 +02:00