关于qt4的开发环境
Tofloor
poster avatar
sallking
deepin
2013-12-13 07:37
Author
根据deepin的百科
  1. sudo apt-get install libqt4-dev libqt4-debug libqt4-gui libqt4-sql qt4-dev-tools qt4-doc qt4-designer qt4-qtconfig
Copy the Code
提示:下列软件包有未满足的依赖关系:
libqt4-dev : 依赖: qt4-default 但是它将不会被安装 或
                      qt-default
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
(libqt4-debug没有提供包)
然后将这两个libqt4-dev 和libqt4-debug不安装
编写一个简单程序使用qmake的时候提示没有安装qt4-qmake
  1. sudo apt-get install qt4-qmake
Copy the Code
安装过程中提示卸载qt4-designer qt4-dev-tools,但是qmake依然提示没有安装
Reply Favorite View the author
All Replies
cxbii
deepin
2013-12-13 17:09
#1
你看下这个是否合适
DeepinScreenshot20131213085828.png
Reply View the author
sallking
deepin
2013-12-13 21:16
#2
我看只能通过官网的run安装了,源里面提供的包可能不行了
Reply View the author