Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authordavidebeatrici <davidebeatrici@gmail.com>2018-02-18 22:18:34 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:56:34 +0300
commit2396580e509f32b5e3c98dd9167b306cfdb2d0c6 (patch)
tree77f1c462a50bbc851f32af9505ac9c8d7ff0c9a7 /src/tests
parent209255df67098860c04af1f357262f1fc932d8dc (diff)
src: set custom build directory in relation to the global one
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test.pri b/src/tests/test.pri
index 653d31515..1224bb560 100644
--- a/src/tests/test.pri
+++ b/src/tests/test.pri
@@ -35,3 +35,5 @@ HEADERS += PlatformCheck.h
# include OpenSSL, and if the headers aren't
# in the include path, the build will break.
include(../../qmake/openssl.pri)
+
+DESTDIR = $$DESTDIR/tests