I
I
Ivan Ivanov2021-08-25 13:41:29
Qt
Ivan Ivanov, 2021-08-25 13:41:29

How to connect libwine in linux to my project?

I have a Windows application on QT. I'm porting it to Astra LINUX. I decided not to suffer for a long time and use the libwine library. Residing in the Libwine-dev package. I corrected the sources so that all files are compiled. The problem is when linking the libwine library. I wrote LIBS+= -lwine in the project. The linker does not find libwine.so. Honestly, I also looked in /usr/lib and /usr/local/lib - it's not there. Where to look for it and what packages to install - I can't. I tried to build from source, but that didn't work either. I will be glad to help in the question of where to look for libwine in the system

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Karbivnichy, 2021-08-25
@hottabxp

61262182ead16500984601.png

R
res2001, 2021-08-25
@res2001

Qt project!
If there is no pure WinAPI code there and you do not use other third-party non-cross-platform libraries, then the project should be built on any platform where QT (and other libraries used) are ported.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question