A
A
Andrey Bukanin2015-05-15 00:55:23
Qt
Andrey Bukanin, 2015-05-15 00:55:23

Where should the *.so file be placed for the program to accept it?

In the console I collected a self-written program. I'm trying to run, writes what libqjson.so wants. I built this library and installed it earlier via make && make install, everything went well here, the files physically fit in /usr/lib/qjson/
I did everything on QT

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Dunayevsky, 2015-05-15
@MasterXRAY

Do it first
Then put the built library in one of the folders located in PATH, or add your path /usr/lib/qjson to the specified environment variable.

D
DancingOnWater, 2015-05-15
@DancingOnWater

Everything is said in doc.qt.io/qt-5/deployment.html

X
xibir, 2015-05-15
@xibir

5th qt has its own classes for working with json without any third-party libqjson

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question