-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I suppose you forgot to commit a file.
The build of the quinlet compression shows that there should be a bitstream.c and h:
QT += core gui
TARGET = quintetcompression
TEMPLATE = lib
CONFIG += plugin
DESTDIR = ../../plugins
SOURCES += Global.cpp \
Comp.cpp \
../../lowlevelstuff/src/compressions/quintet1/quintet1_compression.c \
bitstream.c \
quintetcompression.cpp
HEADERS += Global.h \
Comp.h \
../../lowlevelstuff/src/compressions/quintet1/quintet1_compression.h \
quintetcompression.h \
bitstream.h
INCLUDEPATH += ../../lowlevelstuff/src/compressions/quintet1/
Something that should have been commited with 9bc5721
Only way to work around this is to not build the Quintlet module.
Metadata
Metadata
Assignees
Labels
No labels