You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the qpdf as a library of my app .
But qpdf is an app and it come with app and the library.
so i need to add the whole repo and it will come with the app .but it is not convenient to make an app with two front end and with one library.One only need the library to make an app based on the qpdf.
And i want my app in GPL but the license make it impossible to make my app in GPL and library in LGPL.
Also add Linux and windows installation requirements in qmake .i don't know about windows ,here is an example of mac and linux qmake .here is the library libarchive-qt
I want to use the qpdf as a library of my app .
But qpdf is an app and it come with app and the library.
so i need to add the whole repo and it will come with the app .but it is not convenient to make an app with two front end and with one library.One only need the library to make an app based on the qpdf.
And i want my app in GPL but the license make it impossible to make my app in GPL and library in LGPL.
Also add Linux and windows installation requirements in qmake .i don't know about windows ,here is an example of mac and linux qmake .here is the library libarchive-qt
``
unix {
isEmpty(PREFIX) {
PREFIX = /usr
}
}
macx {
INCLUDEPATH += /usr/local/opt/libarchive/include /usr/local/opt/xz/include
QMAKE_LFLAGS += -L/usr/local/opt/libarchive/lib -L/usr/local/opt/xz/lib
}
``
so i am suggesting that make an option in qmake to build the library with the app or make a separate repo for only the library . it will be best .
The text was updated successfully, but these errors were encountered: