[DTK] 编译libdcustomwidgets.so库时遇到的问题
Tofloor
poster avatar
mengqx2021
deepin
2022-04-29 01:13
Author

请问各位老师,我从git上将 dtkwidget代码下下来,进入plugin目录在编译 libdcustomwidgets.so动态库时,遇到No module claims plugin type 'designer'这个问题,请问下这个怎么解决呢?

uos@uos-PC:~/Desktop/DTK/dtkwidget/plugin$ make -j$(nproc)
cd dtkuidemo/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/uos/Desktop/DTK/dtkwidget/plugin/dtkuidemo/dtkuidemo.pro ) && make -f Makefile
cd dtkuiplugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/uos/Desktop/DTK/dtkwidget/plugin/dtkuiplugin/dtkuiplugin.pro ) && make -f Makefile
Project ERROR: No module claims plugin type 'designer'
make: *** [Makefile:71:sub-dtkuiplugin-make_first] 错误 3
Reply Favorite View the author
All Replies
zccrs
deepin
2022-04-29 23:14
#1

你看下源码 debian/control 的 Build-Depends 字段,要把这些编译依赖都给装上

Reply View the author
mengqx2021
deepin
2022-04-30 02:02
#2
zccrs

你看下源码 debian/control 的 Build-Depends 字段,要把这些编译依赖都给装上

已经安装过了,还是不行……

Reply View the author
155******60
deepin
2022-05-05 18:41
#3
mengqx2021

已经安装过了,还是不行……

sudo apt install qttools5-dev

Reply View the author
mengqx2021
deepin
2022-05-05 22:57
#4
155******60

sudo apt install qttools5-dev

大佬,牛逼哇……

Reply View the author