mirror of
https://github.com/JupiterBroadcasting/CasterSoundboard.git
synced 2025-10-29 19:45:32 +00:00
149 lines
4.9 KiB
Prolog
149 lines
4.9 KiB
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2013-05-27T05:20:34
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
|
|
QT += core gui multimedia network
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = CasterSoundboard
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
CasterPlayer.cpp \
|
|
CasterBoard.cpp \
|
|
MainWindow.cpp \
|
|
CasterLabelColorPicker.cpp \
|
|
CSS.cpp \
|
|
CasterPlayerState.cpp \
|
|
CasterCuePicker.cpp \
|
|
libs/osc/composer/OscBundleComposer.cpp \
|
|
libs/osc/composer/OscContentComposer.cpp \
|
|
libs/osc/composer/OscMessageComposer.cpp \
|
|
libs/osc/reader/types/OscAddress.cpp \
|
|
libs/osc/reader/types/OscArrayBegin.cpp \
|
|
libs/osc/reader/types/OscArrayEnd.cpp \
|
|
libs/osc/reader/types/OscBlob.cpp \
|
|
libs/osc/reader/types/OscChar.cpp \
|
|
libs/osc/reader/types/OscDouble.cpp \
|
|
libs/osc/reader/types/OscFalse.cpp \
|
|
libs/osc/reader/types/OscFloat.cpp \
|
|
libs/osc/reader/types/OscInfinitum.cpp \
|
|
libs/osc/reader/types/OscInteger.cpp \
|
|
libs/osc/reader/types/OscLong.cpp \
|
|
libs/osc/reader/types/OscMidi.cpp \
|
|
libs/osc/reader/types/OscNil.cpp \
|
|
libs/osc/reader/types/OscRGBA.cpp \
|
|
libs/osc/reader/types/OscString.cpp \
|
|
libs/osc/reader/types/OscSymbol.cpp \
|
|
libs/osc/reader/types/OscTags.cpp \
|
|
libs/osc/reader/types/OscTimeTag.cpp \
|
|
libs/osc/reader/types/OscTrue.cpp \
|
|
libs/osc/reader/OscBundle.cpp \
|
|
libs/osc/reader/OscContent.cpp \
|
|
libs/osc/reader/OscMessage.cpp \
|
|
libs/osc/reader/OscReader.cpp \
|
|
libs/osc/reader/OscValue.cpp \
|
|
libs/osc/OscPatternMatching.cpp \
|
|
libs/tools/ByteBuffer.cpp \
|
|
libs/tools/ByteOrder.cpp \
|
|
libs/tools/NtpTimestamp.cpp \
|
|
CasterOSCServerConfigPicker.cpp
|
|
|
|
HEADERS += \
|
|
CasterPlayer.h \
|
|
CasterBoard.h \
|
|
CSS.h \
|
|
MainWindow.h \
|
|
CasterLabelColorPicker.h \
|
|
CasterPlayerState.h \
|
|
CasterCuePicker.h \
|
|
libs/osc/composer/OscBundleComposer.h \
|
|
libs/osc/composer/OscContentComposer.h \
|
|
libs/osc/composer/OscMessageComposer.h \
|
|
libs/osc/exceptions/BooleanConversionException.h \
|
|
libs/osc/exceptions/BytesConversionException.h \
|
|
libs/osc/exceptions/CharConversionException.h \
|
|
libs/osc/exceptions/DoubleConversionException.h \
|
|
libs/osc/exceptions/FloatConversionException.h \
|
|
libs/osc/exceptions/GetBundleException.h \
|
|
libs/osc/exceptions/GetMessageException.h \
|
|
libs/osc/exceptions/IntegerConversionException.h \
|
|
libs/osc/exceptions/LongConversionException.h \
|
|
libs/osc/exceptions/MalformedArrayException.h \
|
|
libs/osc/exceptions/MalformedBundleException.h \
|
|
libs/osc/exceptions/MidiConversionException.h \
|
|
libs/osc/exceptions/OSC_ALL_EXCEPTIONS.h \
|
|
libs/osc/exceptions/OutOfBoundsReadException.h \
|
|
libs/osc/exceptions/ReadMessageException.h \
|
|
libs/osc/exceptions/RgbaConversionException.h \
|
|
libs/osc/exceptions/StringConversionException.h \
|
|
libs/osc/exceptions/SymbolConversionException.h \
|
|
libs/osc/exceptions/TimetagConversionException.h \
|
|
libs/osc/exceptions/UnknownTagException.h \
|
|
libs/osc/reader/types/Midi.h \
|
|
libs/osc/reader/types/OscAddress.h \
|
|
libs/osc/reader/types/OscArrayBegin.h \
|
|
libs/osc/reader/types/OscArrayEnd.h \
|
|
libs/osc/reader/types/OscBlob.h \
|
|
libs/osc/reader/types/OscChar.h \
|
|
libs/osc/reader/types/OscDouble.h \
|
|
libs/osc/reader/types/OscFalse.h \
|
|
libs/osc/reader/types/OscFloat.h \
|
|
libs/osc/reader/types/OscInfinitum.h \
|
|
libs/osc/reader/types/OscInteger.h \
|
|
libs/osc/reader/types/OscLong.h \
|
|
libs/osc/reader/types/OscMidi.h \
|
|
libs/osc/reader/types/OscNil.h \
|
|
libs/osc/reader/types/OscRGBA.h \
|
|
libs/osc/reader/types/OscString.h \
|
|
libs/osc/reader/types/OscSymbol.h \
|
|
libs/osc/reader/types/OscTags.h \
|
|
libs/osc/reader/types/OscTimetag.h \
|
|
libs/osc/reader/types/OscTrue.h \
|
|
libs/osc/reader/types/OscValue.h \
|
|
libs/osc/reader/types/RGBA.h \
|
|
libs/osc/reader/types/Symbol.h \
|
|
libs/osc/reader/OscBundle.h \
|
|
libs/osc/reader/OscContent.h \
|
|
libs/osc/reader/OscMessage.h \
|
|
libs/osc/reader/OscReader.h \
|
|
libs/osc/OscAPI.h \
|
|
libs/osc/OscPatternMatching.h \
|
|
libs/osc/OscVersion.h \
|
|
libs/tools/exceptions/BufferOverflowException.h \
|
|
libs/tools/exceptions/BufferUnderflowException.h \
|
|
libs/tools/exceptions/IllegalArgumentException.h \
|
|
libs/tools/exceptions/IndexOutOfBoundsException.h \
|
|
libs/tools/ByteBuffer.h \
|
|
libs/tools/ByteOrder.h \
|
|
libs/tools/NtpTimestamp.h \
|
|
CasterOSCServerConfigPicker.h
|
|
|
|
|
|
FORMS +=
|
|
|
|
RESOURCES += \
|
|
res.qrc
|
|
|
|
unix {
|
|
desktop.files = ../xdg/CasterSoundboard.desktop
|
|
desktop.path = $${PREFIX}/share/applications/
|
|
INSTALLS += desktop
|
|
|
|
appdata.files = ../xdg/CasterSoundboard.appdata.xml
|
|
appdata.path = $${PREFIX}/share/appdata/
|
|
INSTALLS += appdata
|
|
|
|
pixmap.files = ../xdg/CasterSoundboard.png
|
|
pixmap.path = $${PREFIX}/share/pixmaps/
|
|
INSTALLS += pixmap
|
|
}
|
|
|
|
target.path = $${PREFIX}/bin
|
|
INSTALLS += target
|