mirror of
https://github.com/qbittorrent/qBittorrent
synced 2024-11-17 03:48:39 +01:00
c669401767
The basic idea is we create a version header template at "src/base/version.h.in" and the build systems are expected to replace strings that are enclosed with @ symbols and generate "src/base/version.h" for other source files to consume/include.
47 lines
701 B
Plaintext
47 lines
701 B
Plaintext
src/gui/geoip/GeoIP.dat
|
|
src/gui/geoip/GeoIP.dat.gz
|
|
src/qbittorrent
|
|
src/qbittorrent-nox
|
|
src/release
|
|
src/debug
|
|
src/base/version.h
|
|
CMakeLists.txt.user*
|
|
qbittorrent.pro.user*
|
|
conf.pri
|
|
Makefile*
|
|
*.pyc
|
|
*.log
|
|
|
|
# Compiled object files
|
|
*.o
|
|
*.pdb
|
|
*.exe
|
|
|
|
# Generated MOC, resource and UI files
|
|
moc_*.cpp
|
|
moc_*.h
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
*.moc
|
|
src/lang/qbittorrent_*.qm
|
|
src/webui/www/translations/webui_*.qm
|
|
.DS_Store
|
|
.qmake.stash
|
|
src/qbittorrent.app
|
|
*.dmg
|
|
|
|
#Autotools junk
|
|
aclocal.m4
|
|
autom4te.cache/*
|
|
config.status
|
|
src/icons/qbt-theme/build-icons/node_modules/
|
|
src/icons/skin/build-icons/node_modules/
|
|
src/icons/skin/build-icons/icons/*.png
|
|
|
|
# CMake build directory
|
|
build/
|
|
|
|
# Web UI tools
|
|
node_modules
|
|
package-lock.json
|