PDF4QT/conanfile.txt
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

25 lines
516 B
Plaintext

[requires]
openssl/1.1.1l
freetype/2.11.0
libjpeg/9c
openjpeg/2.4.0
lcms/2.12
libpng/1.6.37
[generators]
qbs
[options]
openssl:shared=True
freetype:shared=True
libjpeg:shared=True
openjpeg:shared=True
lcms:shared=True
libpng:shared=True
[imports]
bin, *.dll -> ./bin # Copies all dll files from packages bin folder to my "bin" folder
lib, *.dylib* -> ./lib # Copies all dylib files from packages lib folder to my "lib" folder
lib, *.so* -> ./lib # Copies all so files from packages lib folder to my "lib" folder