Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1c1a357eb8d9a61b396680a9a0d45198 to your computer and use it in GitHub Desktop.
Save ryantm/1c1a357eb8d9a61b396680a9a0d45198 to your computer and use it in GitHub Desktop.
/nix/store/vga4dxa8mmsbyqmzddrl9fqk57wkdr25-dtkcore-2.0.9.10
├── include
│   └── libdtk-2.0.6
│   └── DCore
│   ├── AbstractAppender.h
│   ├── AbstractStringAppender.h
│   ├── ConsoleAppender.h
│   ├── CuteLogger_global.h
│   ├── dabstractunitformatter.h
│   ├── DBaseFileWatcher
│   ├── dbasefilewatcher.h
│   ├── DDBusSender
│   ├── ddbussender.h
│   ├── ddisksizeformatter.h
│   ├── DFileSystemWatcher
│   ├── dfilesystemwatcher.h
│   ├── DFileWatcher
│   ├── dfilewatcher.h
│   ├── DFileWatcherManager
│   ├── dfilewatchermanager.h
│   ├── DLog
│   ├── DObject
│   ├── dobject.h
│   ├── dobject_p.h
│   ├── DObjectPrivate
│   ├── DPathBuf
│   ├── dpathbuf.h
│   ├── DPinyin
│   ├── dpinyin.h
│   ├── DRecentManager
│   ├── drecentmanager.h
│   ├── DSettings
│   ├── dsettingsbackend.h
│   ├── DSettingsGroup
│   ├── dsettingsgroup.h
│   ├── dsettings.h
│   ├── DSettingsOption
│   ├── dsettingsoption.h
│   ├── DSingleton
│   ├── dsingleton.h
│   ├── DStandardPaths
│   ├── dstandardpaths.h
│   ├── DSysInfo
│   ├── dsysinfo.h
│   ├── dtimeunitformatter.h
│   ├── DtkCore
│   ├── dtkcore_config.h
│   ├── dtkcore_global.h
│   ├── DUtil
│   ├── dutil.h
│   ├── FileAppender.h
│   ├── gsettingsbackend.h
│   ├── Logger.h
│   ├── LogManager.h
│   ├── OutputDebugAppender.h
│   ├── qsettingbackend.h
│   └── RollingFileAppender.h
├── lib
│   ├── cmake
│   │   ├── Dtk
│   │   │   └── DtkConfig.cmake
│   │   ├── DtkCMake
│   │   │   └── DtkCMakeConfig.cmake
│   │   └── DtkCore
│   │   └── DtkCoreConfig.cmake
│   ├── dtk2
│   │   ├── dtk-license.py
│   │   ├── dtk-settings
│   │   └── dtk-translate.py
│   ├── libdtk-2.0.6
│   │   └── DCore
│   │   └── bin
│   │   └── deepin-os-release
│   ├── libdtkcore.so -> libdtkcore.so.2.0.6
│   ├── libdtkcore.so.2 -> libdtkcore.so.2.0.6
│   ├── libdtkcore.so.2.0 -> libdtkcore.so.2.0.6
│   ├── libdtkcore.so.2.0.6
│   └── pkgconfig
│   └── dtkcore.pc
├── mkspecs
│   ├── features
│   │   ├── dtk_build.prf
│   │   ├── dtk_cmake.prf
│   │   ├── dtk_lib.prf
│   │   ├── dtk_module.prf
│   │   ├── dtk_qmake.prf
│   │   └── dtk_translation.prf
│   └── modules
│   └── qt_lib_dtkcore.pri
└── nix-support
└── propagated-user-env-packages
17 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment