HGGitLab

Commit 84eabefc authored by luoliangyi's avatar luoliangyi

修改app的sane_ex.h的依赖目录

parent 91d3e6f4
Pipeline #20 canceled with stages
......@@ -4,7 +4,7 @@
#include <QtWidgets>
#include <QSettings>
#include <algorithm>
#include "sane_ex/sane_ex.h"
#include "sane_ex.h"
#include "config.h"
class hg_settingdialog : public QDialog
......
......@@ -5,7 +5,7 @@
#include <QLineEdit>
#include "HGImgView.h"
#include "HGImgThumb.h"
#include "sane_ex/sane_ex.h"
#include "sane_ex.h"
#include "config.h"
#include "dialog_aquireinto.h"
#include "imgfmt/HGImgFmt.h"
......
#pragma once
#include <string>
#include "sane_ex/sane_ex.h"
#include "sane_ex.h"
#include "config.h"
......
......@@ -41,8 +41,8 @@ contains(QT_ARCH, i386) {
INCLUDEPATH += $$PWD/../../../ui/
INCLUDEPATH += $$PWD/../../../app/scanner/
INCLUDEPATH += $$PWD/../../../release/include/
INCLUDEPATH += $$PWD/../../../third_party/sane/
INCLUDEPATH += $$PWD/../../../../Release/include/
INCLUDEPATH += $$PWD/../../../../Release/include/sane/
SOURCES += \
../../../app/scanner/app_cfg.cpp \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment