From 2550c4fbc69f37dee3bd915a98be9ab45446aef7 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sat, 11 Jun 2016 12:03:17 +0200 Subject: uname.pri: introduce uname.pri, and use it in various .pri files. --- uname.pri | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uname.pri (limited to 'uname.pri') diff --git a/uname.pri b/uname.pri new file mode 100644 index 000000000..f686c7f2e --- /dev/null +++ b/uname.pri @@ -0,0 +1,10 @@ +# Copyright 2005-2016 The Mumble Developers. All rights reserved. +# Use of this source code is governed by a BSD-style license +# that can be found in the LICENSE file at the root of the +# Mumble source tree or at . + +UNAME= + +unix { + UNAME=$$system(uname -s) +} -- cgit v1.2.3