Kang Lin
Kang Lin
Because I'm using qt, I need this part to work under Windows as well. The current practice is to first copy the peer file to the local, and then return...
Please @pnowack @jackyzy823 review: https://github.com/FreeRDP/FreeRDP/pull/8212
Yes, disable it is ok.
用qt编译。可参考:https://github.com/KangLin/RabbitIm/blob/master/.github/workflows/android.yml
@ftylitak The change is end. please you are review.
> > would it be possible to try the proposed CMakelist from this Pull Request to your projects? Does it affect you in any way? > > Had to make...
> > > > @dobey If you need static library, please set -DBUILD_SHARED_LIBS=OFF. Please see the README.md of changed. > > Yes, I understood this. What I meant was, is...
> > If you do not want to change, please comment the following line: > > OK. This is problematic. Even when I have done `set(BUILD_SHARED_LIBS OFF)` in my `CMakeLists.txt`...
> Needs to not install headers, pkgconfig file, or shared objects (nor build them) when `BUILD_SHARED_LIBS` is set to off. See a68853c
@ftylitak Please merge it.