Skip to content

Instantly share code, notes, and snippets.

@theshadowx
Last active August 29, 2015 14:21
Show Gist options
  • Save theshadowx/8357a17d6839acd53105 to your computer and use it in GitHub Desktop.
Save theshadowx/8357a17d6839acd53105 to your computer and use it in GitHub Desktop.
Compile Qmake project
#!/bin/bash
source ~/.bashrc
/opt/QtNacl_5.4/qtbase/bin/qmake $1
/usr/bin/make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment