benlau / qtci

Collection of scripts to build Qt application in command line environment
Apache License 2.0
164 stars 54 forks source link

added posibility to chose target catalog for QT #17

Closed van9konst closed 5 years ago

van9konst commented 5 years ago

if no 2nd parameter passed, qt would be install in current directory ($PWD). usage example: bash install-qt 5.9.5 /usr/local

benlau commented 5 years ago

Hi @van9konst ,

Looks good. Thx for submitting the patch.