mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
f96299ea94
Apparently qmake can't tell that #include "version.h" and #include "libdivecomputer/version.h" are not the same thing. Instead of spending another bunch of hours on fixing the buildsystem I decided to just cleanup the spots where we actually use the version file and rename it to ssrf-version.h. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
30 lines
400 B
Text
30 lines
400 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
|
|
packaging/windows/subsurface.nsi
|
|
packaging/macos/Info.plist
|
|
*.kdev4
|
|
callgrind.out.*
|
|
.rcc
|
|
.moc
|
|
.uic
|
|
.obj
|
|
Makefile
|
|
subsurface.pro.user*
|
|
Subsurface.app
|