mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
29 lines
623 B
JSON
29 lines
623 B
JSON
{
|
|
"name": "kddockwidgets",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DKDDockWidgets_QT6=true",
|
|
"-DKDDockWidgets_EXAMPLES=false",
|
|
"-DKDDockWidgets_FRONTENDS=qtwidgets"
|
|
],
|
|
"build-options": {
|
|
"strip": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/KDAB/KDDockWidgets.git",
|
|
"tag": "v2.3.0",
|
|
"commit": "c38711026e17e34916dd82c6fcbdcc0d2342f541",
|
|
"disable-submodules": true
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/share/doc/KDDockWidgets-qt6",
|
|
"/mkspecs/modules/qt_KDDockWidgets.pri",
|
|
"/lib/cmake",
|
|
"/include"
|
|
]
|
|
}
|