Skip to content

Instantly share code, notes, and snippets.

@z00m1n
z00m1n / # qt - 2018-04-25_16-58-08.txt
Created April 25, 2018 15:41
qt on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for qt on macOS 10.13.4
Build date: 2018-04-25 16:58:08

Keybase proof

I hereby claim:

  • I am z00m1n on github.
  • I am z00m1n (https://keybase.io/z00m1n) on keybase.
  • I have a public key ASAK5RDXRGuarwkb4u_HVVZ9Gbpbxmqd0OdS4_iJueHvewo

To claim this, I am signing this object:

# If there is no version tag in git this one will be used
VERSION = 0.1.0
# Need to discard STDERR so get path to NULL device
win32 {
NULL_DEVICE = NUL # Windows doesn't have /dev/null but has NUL
} else {
NULL_DEVICE = /dev/null
}