Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于qt4的开发环境
社区开发
1896
views ·
2
replies ·
To
floor
Go
sallking
deepin
2013-12-13 07:37
Author
根据deepin的百科
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
sudo apt-get install qt4-qmake
Copy the Code
安装过程中提示卸载qt4-designer qt4-dev-tools,但是qmake依然提示没有安装
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2013-12-13 17:09
#1
你看下这个是否合适
DeepinScreenshot20131213085828.png
Reply
Like 0
View the author
sallking
deepin
2013-12-13 21:16
#2
我看只能通过官网的run安装了,源里面提供的包可能不行了
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Install problem (09_ostree_sys_init.job hooks)
Setup keyboard
Large-Scale Community Testing Report - Critical Technical Issues
Display not correctly identified (sort of)
Volume slider jumps away from click
Unable to log in to deepin ID
Popular Events
More
libqt4-dev : 依赖: qt4-default 但是它将不会被安装 或
qt-default
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
(libqt4-debug没有提供包)
然后将这两个libqt4-dev 和libqt4-debug不安装
编写一个简单程序使用qmake的时候提示没有安装qt4-qmake