| Summary: | subdirs project and prebundled librairies bug | ||
|---|---|---|---|
| Product: | [Unmaintained] Necessitas | Reporter: | Marco Bernasocchi <marco> |
| Component: | Android QtCreator | Assignee: | BogDan Vatra <bogdan> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | christian_weilbach, danielvaz |
| Priority: | NOR | ||
| Version First Reported In: | alpha4 | ||
| Target Milestone: | Unspecified | ||
| Platform: | Android | ||
| OS: | Unspecified | ||
| URL: | https://sourceforge.net/p/necessitas/tickets/63/ | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** Bug 304411 has been marked as a duplicate of this bug. *** Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years and I will be closing this bug. |
Hello, I'm creating a big project using subdirs file (12 subdirs libraries and 1 app) I discover a bug, when you add in .pro in a subdirs directory this lines : ! include( ../common.pri ) { error( Couldn't find the common.pri file! ) } The common.pri is a common file at .pro file. So, if I add this the "Prebundled librairies" list is complety buggy, i see "lib.so" and not my libraries names, i can't use it and deploy a application. https://sourceforge.net/p/necessitas/tickets/63/