Advertisement
Guest User

Untitled

a guest
Apr 25th, 2012
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Install Qt 4.8.x from sources
  2.  
  3.  
  4. Cloning repository:
  5.  
  6.  
  7. git clone git://gitorious.org/+qt-haiku/qt/qt-haiku-port.git qt-haiku-port
  8. cd qt-haiku-port
  9. Select gcc4 compiler as default:
  10. setgcc gcc4
  11. Configure:
  12. configure --prefix-install=no -no-pch -no-opengl -no-largefile -fast -nomake examples -nomake demos -release -opensource -confirm-license -no-iconv -phonon -no-phonon-backend -multimedia -no-audio-backend
  13. Building Qt:
  14. make
  15. Install Qt:
  16. make install
  17. Install utility for systray support:
  18. cd src/3rdparty/haiku-tools/qsystray
  19. make
  20. make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement