QuasarApp / Qt-Secret

Simple encryption library supporting RSA and AES algorithms.
https://quasarapp.ddns.net:3031/docs/QuasarApp/Qt-Secret/latest/index.html
GNU Lesser General Public License v3.0
246 stars 69 forks source link

cannot find -lQt-Secret1 and cannot find -lQtBigInt6 but I`ve do everything with guide #94

Closed Jimbo02 closed 2 years ago

Jimbo02 commented 2 years ago

Hi, I have added master.pro with subdirs TEMPLATE = subdirs CONFIG += ordered SUBDIRS += \ auth \ Qt-Secret \ auth.file = "./auth/auth.pro"

and include($$PWD/../Qt-Secret/src/Qt-Secret.pri) in my project file(auth.pro)

What did I wrong? Thank you.

EndrII commented 2 years ago

hi. you close this issue. You solve your trouble ?

Jimbo02 commented 2 years ago

hi. you close this issue. You solve your trouble ?

Hi. Yes. I created new subdirs project and made same moves.