Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

[SOLVED] Custom Raw plugin, missing entry point

$
0
0
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

Viewing all articles
Browse latest Browse all 2113

Trending Articles