TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "../ttkversion.h"
Go to the source code of this file.
#define TTK_LIBRARY_MAJOR_VERSION 1 |
Definition at line 25 of file ttklibraryversion.h.
#define TTK_LIBRARY_MINOR_VERSION 2 |
Definition at line 26 of file ttklibraryversion.h.
#define TTK_LIBRARY_PATCH_VERSION 14 |
Definition at line 27 of file ttklibraryversion.h.
#define TTK_LIBRARY_VERSION TTK_VERSION_CHECK(TTK_LIBRARY_MAJOR_VERSION, TTK_LIBRARY_MINOR_VERSION, TTK_LIBRARY_PATCH_VERSION, 0) |
Definition at line 29 of file ttklibraryversion.h.
#define TTK_LIBRARY_VERSION_STR TTK_VERSION_CHECK_STR(TTK_LIBRARY_MAJOR_VERSION, TTK_LIBRARY_MINOR_VERSION, TTK_LIBRARY_PATCH_VERSION, 0) |
Definition at line 30 of file ttklibraryversion.h.
#define TTK_RC_FILEVERSION TTK_LIBRARY_MAJOR_VERSION, TTK_LIBRARY_MINOR_VERSION, TTK_LIBRARY_PATCH_VERSION, 0 |
Definition at line 35 of file ttklibraryversion.h.
#define TTK_RC_PRODUCTVERSION TTK_LIBRARY_VERSION_STR |
Definition at line 36 of file ttklibraryversion.h.