Readd QImage includes.
Do not remove gui lib for headless binary as it needs it to use Qimage. Rename headless package to qcma-cli.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <QDebug>
|
||||
#include <QBuffer>
|
||||
#include <QFile>
|
||||
#include <QImage>
|
||||
#include <QSettings>
|
||||
|
||||
AVDecoder::AvInit init;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#ifndef AVDECODER_H
|
||||
#define AVDECODER_H
|
||||
|
||||
#include <QImage>
|
||||
#include <QString>
|
||||
|
||||
extern "C" {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "database.h"
|
||||
#include "avdecoder.h"
|
||||
|
||||
#include <QImage>
|
||||
#include <QSettings>
|
||||
#include <QThread>
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QImage>
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||
#include <QStandardPaths>
|
||||
|
||||
Reference in New Issue
Block a user