My app has 2 projects: logic.dll and GUI.dll. Currently, its size is 1MB, but the whole app's size is 60MB+ due to the dependency dlls.
I've read about QT-LGPL license and know that to keep my app closed-source and commercial posibility without paying license fee, I have to compile it dynamically.
My question is:
1> Can I compile GUI project statically to create dynamic library GUI.dll and public code or object file of GUI.cpp under LGPL?
2> Then compile logic project with GUI.dll dynamically under LGPL and keep logic.cpp closed-source (ofcourse for commercial app)?