# dtk2widget **Repository Path**: GXDE-OS/dtk2widget ## Basic Information - **Project Name**: dtk2widget - **Description**: Deepin Tool Kit 2 widgets, modified by GXDE OS Team to run well with DTK5 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-02-09 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DTK2Widget Deepin Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin. GXDE forked DTK2 to construct GXDE ## Dependencies ### Build dependencies * Qt >= 5.6 ## Installation ### Build from source code 1. Make sure you have installed all dependencies. 2. Build: ```` $ mkdir build $ cd build $ qmake .. $ make ```` 3. Install: ```` $ sudo make install ```` ## License deepin-tool-kit is licensed under [GPLv3](LICENSE).