qt moc-qt4

今天使用qt4.5.2 編譯 編譯qtanimation的庫

出現moc-qt4命令未找到提示發現原來是系統裏面有一個qmake命令,連接到/usr/bin/qmake-qt4

然而使用這個qmake創建的makefile文件 指定的編譯工具是moc-qt4

最後使用絕對路徑指定qmake 爲/opt/qtsdk-2009.03/qt/bin/qmake 便解決了這個問題

tsuibin@tsuibin-desktop:~/qtanimationframework-2.3-opensource/buildlib$  which       qmake /usr/bin/qmaketsuibin

@tsuibin-desktop:~/qtanimationframework-2.3-opensource/buildlib$

ls -l /usr/bin/qmake 

lrwxrwxrwx 1 root root 23 2009-07-03 12:46    /usr/bin/qmake -> /etc/alternatives/qmaketsuibin

@tsuibin-desktop:~/qtanimationframework-2.3-opensource/buildlib$

 ls -l  /etc/alternatives/qmake 

 lrwxrwxrwx 1 root root 18 2009-07-03 12:46 /etc/alternatives/qmake -> /usr/bin/qmake-qt4tsuibin

@tsuibin-desktop:~/qtanimationframework-2.3-opensource/buildlib$ ls -l /usr/bin/qmake-qt4 

-rwxr-xr-x 1 root root 3791400 2009-05-06 13:15 /usr/bin/qmake-qt4

發佈了34 篇原創文章 · 獲贊 17 · 訪問量 15萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章