1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-01 01:51:58 +02:00

Move Tomahawk version info out of config.h, should reduce code recompilation/increase ccache cache hits

This commit is contained in:
Dominik Schmidt
2012-11-03 02:15:12 +01:00
parent 4557eb6b1b
commit 997c77ca18
7 changed files with 15 additions and 48 deletions

9
src/TomahawkVersion.h.in Normal file
View File

@@ -0,0 +1,9 @@
#ifndef TOMAHAWK_VERSION_H
#define TOMAHAWK_VERSION_H
#cmakedefine TOMAHAWK_ORGANIZATION_NAME "${TOMAHAWK_ORGANIZATION_NAME}"
#cmakedefine TOMAHAWK_ORGANIZATION_DOMAIN "${TOMAHAWK_ORGANIZATION_DOMAIN}"
#cmakedefine TOMAHAWK_APPLICATION_NAME "${TOMAHAWK_APPLICATION_NAME}"
#cmakedefine TOMAHAWK_VERSION "${TOMAHAWK_VERSION}"
#endif // TOMAHAWK_VERSION_H