我从源代码构建静态qt。如何设置路径以使其作为默认值?

时间:2017-02-23 09:15:57

标签: c++ qt ubuntu-14.04 qt5.5

遵循此程序:
http://omg-it.works/how-to-build-a-version-of-qt-that-can-be-statically-linked/

所以,qt就在这里:

    $ cd /opt/Qt5.5/5.5-static/
    $ ls
    bin  doc  examples  imports  include  lib  mkspecs  phrasebooks  plugins  qml  translations
    $ 
    $ which qmake
      /usr/bin/qmake
    $ 
    $ cd Desktop/yyyy/
    $ qmake yyyy.pro  
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qmake': No such file or directory
    $ 

如何设置这个静态构建的qt的路径?我没有任何qtcreator。

0 个答案:

没有答案