Fix qt builds

This commit is contained in:
Victor Shcherb 2014-12-19 20:09:14 +01:00
parent e4e971df16
commit c0ef1502db
2 changed files with 14 additions and 1 deletions

2
.gitignore vendored
View file

@ -11,7 +11,7 @@ g_*.png
mm_*.png
mx_*.png
OsmAndCore_wrapper.jar
OsmAndCore_android.aar
OsmAndCore_*.aar
*.class
*.iml
.settings

View file

@ -32,9 +32,22 @@
</patternset>
<cutdirsmapper dirs="1"/>
</unzip>
<unzip src="OsmAndCore_android.aar" dest="libs">
<patternset>
<include name="jni/armeabi-v7a/*"/>
</patternset>
<cutdirsmapper dirs="1"/>
</unzip>
<unzip src="OsmAndCore_android.aar" dest=".">
<patternset>
<include name="assets/**/*"/>
<exclude name="assets/OsmAndCore_ResourcesBundle/map/fonts/**/*"/>
</patternset>
</unzip>
<unzip src="OsmAndCore_android.aar" dest=".">
<patternset>
<include name="assets/**/map/fonts/OpenSans/*"/>
<include name="assets/**/map/fonts/NotoSans/*"/>
</patternset>
</unzip>
</target>