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/TestCryptographicHash/TestCryptographicHash.pro')
-rw-r--r--src/tests/TestCryptographicHash/TestCryptographicHash.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/TestCryptographicHash/TestCryptographicHash.pro b/src/tests/TestCryptographicHash/TestCryptographicHash.pro
index 5de0821f6..73dd5466a 100644
--- a/src/tests/TestCryptographicHash/TestCryptographicHash.pro
+++ b/src/tests/TestCryptographicHash/TestCryptographicHash.pro
@@ -5,6 +5,8 @@
include(../test.pri)
+QT += network
+
TARGET = TestCryptographicHash
-SOURCES = TestCryptographicHash.cpp CryptographicHash.cpp
-HEADERS = CryptographicHash.h
+SOURCES = SSL.cpp SSLLocks.cpp TestCryptographicHash.cpp CryptographicHash.cpp
+HEADERS = SSL.h SSLLocks.h CryptographicHash.h