mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Generate version header when configuring project
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.
This commit is contained in:
parent
04a9ce6e81
commit
c669401767
19 changed files with 77 additions and 32 deletions
|
@ -78,6 +78,7 @@ Q_IMPORT_PLUGIN(QICOPlugin)
|
|||
|
||||
#include "base/preferences.h"
|
||||
#include "base/profile.h"
|
||||
#include "base/version.h"
|
||||
#include "application.h"
|
||||
#include "cmdoptions.h"
|
||||
#include "upgrade.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue