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/TestServerAddress/TestServerAddress.pro')
-rw-r--r--src/tests/TestServerAddress/TestServerAddress.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/TestServerAddress/TestServerAddress.pro b/src/tests/TestServerAddress/TestServerAddress.pro
index 738b2594e..e045c1e17 100644
--- a/src/tests/TestServerAddress/TestServerAddress.pro
+++ b/src/tests/TestServerAddress/TestServerAddress.pro
@@ -8,5 +8,5 @@ include(../test.pri)
QT += network
TARGET = TestServerAddress
-SOURCES = TestServerAddress.cpp ServerAddress.cpp HostAddress.cpp
-HEADERS = ServerAddress.h HostAddress.h
+SOURCES *= TestServerAddress.cpp ServerAddress.cpp HostAddress.cpp
+HEADERS *= ServerAddress.h HostAddress.h