BaSs_HaXoR

How to make a static QT application

Mar 2nd, 2015
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.72 KB | None | 0 0
  1. ####################################################################################################
  2. ################################ How to make a static QT application  ##############################
  3. ################################  No external dependencies/libraries  ##############################
  4. ####################################################################################################
  5. #) YouTube Tutorial: https://www.youtube.com/watch?v=Oyb20BAgx0U&ab_channel=laivietthang
  6.  
  7. #) Downloads:
  8. #) QT 5.2.0 (migw x86 offline): http://adf.ly/15p9HK
  9. #) QT 5.2.1 everywhere opensource: http://adf.ly/15p9UE
  10. #) Perl: http://strawberryperl.com/
  11. #) Ruby: http://rubyinstaller.org/downloads/
  12. ##################################################################################################
  13. ################################## TUTORIAL FOR WINDOWS 7/8/8.1 ##################################
  14. ##################################################################################################
  15. # [WIN 8/8.1 (x86/32bit)]:
  16. # (Search [Win + S]: Qt 5.2.0 for Desktop (MinGW 4.8 32 bit))
  17. # C:\Qt\Qt5.2.0\5.2.0\mingw48_32\mkspecs\win32-g++\qmake.conf (MODIFY THE L
  18.             ##############################
  19.             # RUN EVERYTHING BELOW IN CMD:
  20.             ##############################
  21. cd C:\Qt\Qt5.2.0\
  22. set Path=C:\Qt\Qt5.2.0\Tools\mingw48_32\bin; C:\Windows\System32;C:\Windows; C:\Python34;C:\strawberry\perl\bin; C:\Ruby21\bin
  23. mingw32-make sub-src
  24. ##################################################################################################
  25. ################################## TUTORIAL FOR WINDOWS 7/8/8.1 ##################################
  26. ##################################################################################################
  27. # BaSs_HaXoR
Add Comment
Please, Sign In to add comment