mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-16 05:42:04 +08:00
New Non-DTK store client prototype
This commit is contained in:
29
inc/dtk/dtkcore_config.h
Normal file
29
inc/dtk/dtkcore_config.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#define DTK_VERSION_MAJOR 5
|
||||
#define DTK_VERSION_MINOR 5
|
||||
#define DTK_VERSION_PATCH 2
|
||||
#define DTK_VERSION_BUILD 0
|
||||
#define DTK_VERSION_STR "5.5.2"
|
||||
//
|
||||
#define DTKCORE_CLASS_DObject
|
||||
#define DTKCORE_CLASS_DObjectPrivate
|
||||
#define DTKCORE_CLASS_DSingleton
|
||||
#define DTKCORE_CLASS_DUtil
|
||||
#define DTKCORE_CLASS_DPinyin
|
||||
#define DTKCORE_CLASS_DDBusSender
|
||||
#define DTKCORE_CLASS_DRecentManager
|
||||
#define DTKCORE_CLASS_DNotifySender
|
||||
#define DTKCORE_CLASS_DExportedInterface
|
||||
#define DTKCORE_CLASS_DVtableHook
|
||||
#define DTKCORE_CLASS_DFileServices
|
||||
#define DTKCORE_CLASS_DThreadUtils
|
||||
#define DTKCORE_CLASS_DLog
|
||||
#define DTKCORE_CLASS_DFileWatcher
|
||||
#define DTKCORE_CLASS_DBaseFileWatcher
|
||||
#define DTKCORE_CLASS_DFileSystemWatcher
|
||||
#define DTKCORE_CLASS_DFileWatcherManager
|
||||
#define DTKCORE_CLASS_DPathBuf
|
||||
#define DTKCORE_CLASS_DStandardPaths
|
||||
#define DTKCORE_CLASS_DTrashManager
|
||||
#define DTKCORE_CLASS_DSettings
|
||||
#define DTKCORE_CLASS_DSettingsGroup
|
||||
#define DTKCORE_CLASS_DSettingsOption
|
||||
Reference in New Issue
Block a user