Trying to build QMsgPack lib for Android 6.2.0 Clang arm64-v8a
-
I know, and that's the one you need to modify in order to ensure that src is built before tests following the instructions in the wiki I linked in my previous message.
The alternative is to comment out tests and the backslash after src but you won't have the tests built.
-
Technically it ensures that the library is working properly if they run.
-
Did you also comment out the \ as suggested ?
-
Did you do a full rebuild ? Meaning, nuking the build folder completely.
-
Put back the tests.
TEMPLATE = subdirs SUBDIRS += \ src \ tests tests.depends = srcAnd select a test as build target.
-
Put back the tests.
TEMPLATE = subdirs SUBDIRS += \ src \ tests tests.depends = srcAnd select a test as build target.
-
On the left of Qt Creator, the target selection part.
-
Did you check the content of the build folder ?
-
There are several folders, what's in them ?
Do you have any library ?
If memory serves well, there should be a bin folder somewhere. -
There are several folders, what's in them ?
Do you have any library ?
If memory serves well, there should be a bin folder somewhere. -
On the contrary, you have two libraries !
They have their architecture as part of their name, hence the linker does not find them to link to the test.
If your rename them both without the arm64_v8a part, it should work.
-
On the contrary, you have two libraries !
They have their architecture as part of their name, hence the linker does not find them to link to the test.
If your rename them both without the arm64_v8a part, it should work.
-
In the absolute, you can ignore that as the libraries were built so you can use them in your main application.
Otherwise, you can add a dummy application in a separate subdirs project to "finalize" things.






