Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################################################################################################
- ################################ How to make a static QT application ##############################
- ################################ No external dependencies/libraries ##############################
- ####################################################################################################
- #) YouTube Tutorial: https://www.youtube.com/watch?v=Oyb20BAgx0U&ab_channel=laivietthang
- #) Downloads:
- #) QT 5.2.0 (migw x86 offline): http://adf.ly/15p9HK
- #) QT 5.2.1 everywhere opensource: http://adf.ly/15p9UE
- #) Perl: http://strawberryperl.com/
- #) Ruby: http://rubyinstaller.org/downloads/
- ##################################################################################################
- ################################## TUTORIAL FOR WINDOWS 7/8/8.1 ##################################
- ##################################################################################################
- # [WIN 8/8.1 (x86/32bit)]:
- # (Search [Win + S]: Qt 5.2.0 for Desktop (MinGW 4.8 32 bit))
- # C:\Qt\Qt5.2.0\5.2.0\mingw48_32\mkspecs\win32-g++\qmake.conf (MODIFY THE L
- ##############################
- # RUN EVERYTHING BELOW IN CMD:
- ##############################
- cd C:\Qt\Qt5.2.0\
- 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
- mingw32-make sub-src
- ##################################################################################################
- ################################## TUTORIAL FOR WINDOWS 7/8/8.1 ##################################
- ##################################################################################################
- # BaSs_HaXoR
Add Comment
Please, Sign In to add comment