0

I installed the qt debug and release libraries and qt creator.

I can't make it build because of qmake. How can i make qt creator know of qmake?

I went to Preferences->Build&Run and click Add but I can't select anything, not even qmake after I find it.

I have qmake, I can run it from the command line but I can't make the QtCreator know about it.

Please help me, I feel like I'm gonna blow up.

Thanks

4

3 回答 3

1

我所做的是浏览一个文件/usr/bin(在 Mac OS X 中隐藏),它将文件资源管理器中出现的默认文件夹设置为/usr/bin. 然后我在 /usr/bin 中浏览了qmake哪个驱使我,所以我可以选择 qmake。然而,这是一种解决方法。

于 2013-04-04T00:40:04.173 回答
1

在 qt creator 4.1.0 上,打开 Build&Run Preferences。

在 Qt 版本下单击“添加”并点击: Command + shift + G

然后输入: /usr/local/bin (或任何你的 qmake 是find qmake:)

为了在Kits中查看新的 qt 版本,您需要点击 OK 并重新打开 Preferences 窗口

我使用 Mac 版本 10.11.6,它对我有用。

于 2016-10-31T17:51:05.353 回答
0

我相信这是一个所有权问题。在 /usr/bin/qmake 上尝试 chown 并重新尝试添加到 Qt 版本。

于 2013-04-03T21:33:07.663 回答