请问Qt的qmake在那个目录下
Tofloor
poster avatar
潜水7年
deepin
2018-06-08 00:49
Author
安装QtCreator后不能在终端使用qmake命令,想把他加入到PATH中,但是对Deepin安装软件的目录不熟悉,没找到qmake在哪个目录下,Windows下我直接去Qt的安装目录找就行了,Deepin下该怎么做呢?
Reply Favorite View the author
All Replies
avatar
潜水7年
deepin
2018-06-08 00:49
#1
QtCreator是在商店直接安装的
Reply View the author
avatar
Lotuso
deepin
2018-06-08 01:48
#2
安装一下qt5-default
Reply View the author
Comments
JAVAVWV1
2018-06-10 20:42
原来如此,多谢
avatar
六七八九十
deepin
2018-06-08 02:02
#3
usr/bin还是lib来着忘记了
Reply View the author
avatar
ritter
deepin
2018-06-08 02:19
#4
which qmake
Reply View the author
avatar
s***7@gmail.com
deepin
2018-06-08 02:23
#5
商店的QT creater只是界面,不包含qt的编译的那些东西。试试3楼的,我也记得是那个包,具体操作是终端执行sudo apt install qt5-default
Reply View the author
avatar
pikachuhy
deepin
2018-06-08 02:28
#6

  1. whereis qmake
  2. qmake: /usr/bin/qmake
Copy the Code
Reply View the author
avatar
yjhenan
deepin
2018-06-08 05:40
#7
QT creater 是个IDE,QT的具体版本需要单独安装
Reply View the author