mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
build: Remove remaining QMake files
This commit is contained in:
@@ -14,7 +14,6 @@ add_library(sound SHARED
|
||||
sampleprovider/samples.h
|
||||
sampleprovider/volumesampleprovider.h
|
||||
sampleprovider/pinknoisegenerator.h
|
||||
sampleprovider/sampleprovider.pri
|
||||
sampleprovider/mixingsampleprovider.h
|
||||
sampleprovider/sampleprovider.h
|
||||
sampleprovider/sawtoothgenerator.cpp
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SOURCES += \
|
||||
$$files($$PWD/codecs/opusdecoder.cpp) \
|
||||
$$files($$PWD/codecs/opusencoder.cpp) \
|
||||
|
||||
HEADERS += \
|
||||
$$files($$PWD/codecs/opusdecoder.h) \
|
||||
$$files($$PWD/codecs/opusencoder.h) \
|
||||
@@ -1,25 +0,0 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SOURCES += \
|
||||
$$files($$PWD/sampleprovider/bufferedwaveprovider.cpp) \
|
||||
$$files($$PWD/sampleprovider/mixingsampleprovider.cpp) \
|
||||
$$files($$PWD/sampleprovider/equalizersampleprovider.cpp) \
|
||||
$$files($$PWD/sampleprovider/pinknoisegenerator.cpp) \
|
||||
$$files($$PWD/sampleprovider/resourcesound.cpp) \
|
||||
$$files($$PWD/sampleprovider/resourcesoundsampleprovider.cpp) \
|
||||
$$files($$PWD/sampleprovider/samples.cpp) \
|
||||
$$files($$PWD/sampleprovider/sawtoothgenerator.cpp) \
|
||||
$$files($$PWD/sampleprovider/simplecompressoreffect.cpp) \
|
||||
|
||||
HEADERS += \
|
||||
$$files($$PWD/sampleprovider/bufferedwaveprovider.h) \
|
||||
$$files($$PWD/sampleprovider/mixingsampleprovider.h) \
|
||||
$$files($$PWD/sampleprovider/resourcesound.h) \
|
||||
$$files($$PWD/sampleprovider/resourcesoundsampleprovider.h) \
|
||||
$$files($$PWD/sampleprovider/sampleprovider.h) \
|
||||
$$files($$PWD/sampleprovider/equalizersampleprovider.h) \
|
||||
$$files($$PWD/sampleprovider/pinknoisegenerator.h) \
|
||||
$$files($$PWD/sampleprovider/samples.h) \
|
||||
$$files($$PWD/sampleprovider/sawtoothgenerator.h) \
|
||||
$$files($$PWD/sampleprovider/simplecompressoreffect.h) \
|
||||
Reference in New Issue
Block a user