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
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test.pri')
-rw-r--r--src/tests/test.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/test.pri b/src/tests/test.pri
index ad543a977..653d31515 100644
--- a/src/tests/test.pri
+++ b/src/tests/test.pri
@@ -27,6 +27,9 @@ LANGUAGE = C++
VPATH *= ../.. ../../murmur ../../mumble
INCLUDEPATH *= ../.. ../../murmur ../../mumble
+SOURCES += PlatformCheck.cpp
+HEADERS += PlatformCheck.h
+
# We have to depend on OpenSSL in all tests
# for no-pch builds to work. Our PCH headers
# include OpenSSL, and if the headers aren't