mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
6e10615666
For modifications to the final source code of built android package such as permission additions and inclusion of xml and java files, it is necessary to maintain a template. The template is copied without any modifications on top of qt android-template before building subsurface libraries. Refer: http://qt-project.org/doc/qt-5/deployment-android.html#qmake-variables Files that are required to be directly copied to android package would be included in directory android. Icons for subsurface on android and string.xml are included. Signed-off-by: Venkatesh Shukla <venkatesh.shukla.eee11@iitbhu.ac.in> Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
33 lines
462 B
Text
33 lines
462 B
Text
translations/*.qm
|
|
*.o
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
*.dmg
|
|
*.patch
|
|
*.xml
|
|
ssrf-version.h
|
|
!dives/*.xml
|
|
*~
|
|
po/*.mo
|
|
/subsurface
|
|
/*.tar.gz
|
|
share/
|
|
Documentation/docbook-xsl.css
|
|
Documentation/user-manual.html
|
|
Documentation/user-manual.pdf
|
|
Documentation/user-manual.text
|
|
Documentation/user-manual_es.html
|
|
packaging/windows/subsurface.nsi
|
|
packaging/macos/Info.plist
|
|
*.kdev4
|
|
callgrind.out.*
|
|
.rcc
|
|
.moc
|
|
.uic
|
|
.obj
|
|
Makefile
|
|
subsurface.pro.user*
|
|
Subsurface.app
|
|
.DS_Store
|
|
!android/**/*.xml
|