Hello,
QImage don’t support .raw file, so I have here one plugin which should fix this problem, but I didn’t found what should be in main() (entry point).
I have RawHandler class and RawPlugin(in main.cpp) class, but how should be main function? empty? I don’t think so.
Do you need source code?
Config:
TARGET = rawLib
TEMPLATE = lib
CONFIG = qt plugin
VERSION = 1.0.0
HEADERS = rawhandler.h
SOURCES = rawhandler.cpp \
main.cpp
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target
↧