How to set up Qt Creator so that it shows up under Applications?

前端 未结 5 1722
终归单人心
终归单人心 2021-02-20 12:54

Admittedly, I\'m a newbie on the Apple / Mac ecosystem...

On Max OS X, the default install from Qt Disk Image installs to the user\'s home directory (/Users/whoami

5条回答
  •  春和景丽
    2021-02-20 13:26

    for example ,if you install Qt5.7 in the default folder,that is under /Users/your user /, you can use this command

    ln -s ~/Qt5.7.0/Qt\ Creator.app/ /Applications/
    

    now you look at your launcher panel,and you will find it.

提交回复
热议问题