mumble/src/tests/TestPacketDataStream/TestPacketDataStream.pro
Mikkel Krautz 5192831bc6 src/tests: update .pro files to append to SOURCES and HEADERS instead of overwriting them.
Now that test.pri adds source files and headers by default, the .pro files
of our tests need to append to SOURCES and HEADERS to ensure everything
test.pri adds to SOURCES and HEADERS are kept around.
2018-01-04 11:21:44 +01:00

12 lines
352 B
Prolog

# Copyright 2005-2018 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 <https://www.mumble.info/LICENSE>.
include(../test.pri)
QT *= network
TARGET = TestPacketDataStream
SOURCES *= TestPacketDataStream.cpp