[SOLVED] [Android] Add library to project and deploy it with app
Mobile and Embedded
2
Posts
1
Posters
1.9k
Views
1
Watching
-
wrote on 9 Aug 2013, 11:44 last edited by
Hallo,
i'm trying to build my app for android, but the app is separated into main app and WebServices library. I have added LIBS += -lCRMWebServices into pro file, but the library is not deployed with my app... I saw Prebundled window for libs in Deployment Packet-Configuration settings, but there is nothing and I can't add anything there... I also have tried to add my lib directly to libs.xml in android folder, but libs.xml is recreated each time project is build.Any suggestion?
-
wrote on 9 Aug 2013, 12:39 last edited by
Found workaround here: http://qt-project.org/forums/viewthread/29592
1/2