Make qmake use qt5 by default

后端 未结 3 527
遥遥无期
遥遥无期 2021-02-04 11:22

I have both qt4 and qt5 on my Linux system. qt4 is used by default. What is a clean way to change that so that qmake uses qmake-qt5 by default?

3条回答
  •  日久生厌
    2021-02-04 12:03

    The system might have different meta packages that handle the default. For example on Debian there is a qt4-default and a qt5-default package, installing one of them will uninstall the other and set the symlinks appropriately

提交回复
热议问题