Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1.  
  2.  
  3. need: MinGW, Git, Strawberry Perl, Python, Ruby
  4.  
  5. cmd:
  6. git clone git://gitorious.org/qt/qt5.git QtStatic
  7. cd QtStatic
  8. git checkout stable
  9. perl init-repository
  10.  
  11. edit: C:\QtStatic\qtbase\mkspecs\win32-g++\qmake.conf
  12.  
  13. QMAKE_LFLAGS = -static -static-libgcc
  14.  
  15. cmd:
  16. set Path=C:\Windows;C:\Windows\System32;C:\Qt\Tools\mingw482_32\bin;C:\Python34;C:\strawberry\perl\bin;C:\Ruby200-x64\bin;
  17.  
  18. configure -static -debug-and-release -opengl desktop -opensource -confirm-license -nomake examples -nomake tests
  19.  
  20. mingw32-make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement