代码拉取完成,页面将自动刷新
同步操作将从 openKylin/kylin-scanner 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# QT modules
QT += \
core \
gui \
KWindowSystem \
dbus \
x11extras \
network \
printsupport \
concurrent \
svg
# 配置kysdk
PKGCONFIG += kysdk-alm kysdk-qtwidgets kysdk-ukenv kysdk-diagnostics kysdk-datacollect kysdk-powermanagement kysdk-waylandhelper kysdk-kabase
INCLUDEPATH += /usr/include/kysdk/applications/kabase/
INCLUDEPATH += ./src/kabase/
INCLUDEPATH += ./src/kabase/Qt/
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
INCLUDEPATH += \
$$PWD/src/device/avahi_qt/ \
$$PWD/src/device/qt_zeroconf/ \
$$PWD/src/device
TARGET = kylin-scanner
TEMPLATE = app
PROJECT_ROOTDIR = $$PWD
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
CONFIG += c++11 \
link_pkgconfig
PKGCONFIG += \
gio-2.0 \
gio-unix-2.0 \
gsettings-qt \
libudev \
LIBS += \
-lpthread \
-lX11 \
-L/usr/lib/libukui-log4qt.so.1.0.0 -lukui-log4qt\
-ltiff \
-lGraphicsMagick \
-ljpeg \
-ltesseract \
-lleptonica
INCLUDEPATH += /usr/include/GraphicsMagick
#freeimage
LIBS += -lfreeimage \
INCLUDEPATH += /usr/include/CImg.h
unix:!macx: LIBS += -L$$PWD/../../../usr/lib/x86_64-linux-gnu/ -lsane
INCLUDEPATH += $$PWD/../../../usr/lib/x86_64-linux-gnu
DEPENDPATH += $$PWD/../../../usr/lib/x86_64-linux-gnu
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# MY_IMAGE_DEBUG
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
src/crop.cpp \
src/customtablewidget.cpp \
src/detectpagewidget.cpp \
src/displaywidget.cpp \
src/failedpagewidget.cpp \
src/global.cpp \
src/globalsignal.cpp \
src/imageBaseOP/imageconverter.cpp \
src/imageBaseOP/loadimage.cpp \
src/imageBaseOP/pngsaver.cpp \
src/imageBaseOP/savefilebase.cpp \
src/imageOp/imageoperationbase.cpp \
src/imageOp/imageoperationbeauty.cpp \
src/imageOp/imageoperationmirror.cpp \
src/imageOp/imageoperationocr.cpp \
src/imageOp/imageoperationrectify.cpp \
src/imageOp/imageoperationrotate.cpp \
src/imageOp/imageoperationwatermark.cpp \
src/leftimagehandlesuccesspagewidget.cpp \
src/leftsuccesspagewidget.cpp \
src/main.cpp \
src/mainwidget.cpp \
src/newdevicelistpage.cpp \
src/nodevicewidget.cpp \
src/rectify.cpp \
src/runningdialog.cpp \
src/saneobject.cpp \
src/scandialog.cpp \
src/scansettingswidget.cpp \
src/sendmail.cpp \
src/showimagewidget.cpp \
src/showocrwidget.cpp \
src/singleapplication.cpp \
src/successpagewidget.cpp \
src/svghandler.cpp \
src/thumbnaildelegate.cpp \
src/thumbnailwidget.cpp \
src/titlebar/titlebar.cpp \
src/toolbarwidget.cpp \
src/usb.cpp \
src/usbhotplugthread.cpp \
src/utils/HorizontalOrVerticalMode.cpp \
src/utils/copyoperation.cpp \
src/utils/daemondbus.cpp \
src/utils/login1_dbus.cpp \
src/utils/rotatechangeinfo.cpp \
src/utils/xatom-helper.cpp \
src/waittingdialog.cpp \
src/watermarkdialog.cpp \
src/custom_push_button.cpp \
src/navigator.cpp \
src/include/customlabel.cpp \
HEADERS += \
src/crop.h \
src/customtablewidget.h \
src/detectpagewidget.h \
src/displaywidget.h \
src/failedpagewidget.h \
src/global.h \
src/globalsignal.h \
src/imageBaseOP/imageconverter.h \
src/imageBaseOP/loadimage.h \
src/imageBaseOP/pngsaver.h \
src/imageBaseOP/savefilebase.h \
src/imageOp/imageoperationbase.h \
src/imageOp/imageoperationbeauty.h \
src/imageOp/imageoperationmirror.h \
src/imageOp/imageoperationocr.h \
src/imageOp/imageoperationrectify.h \
src/imageOp/imageoperationrotate.h \
src/imageOp/imageoperationwatermark.h \
src/include/common.h \
src/include/theme.h \
src/leftimagehandlesuccesspagewidget.h \
src/leftsuccesspagewidget.h \
src/mainwidget.h \
src/newdevicelistpage.h \
src/nodevicewidget.h \
src/rectify.h \
src/runningdialog.h \
src/saneobject.h \
src/scandialog.h \
src/scansettingswidget.h \
src/sendmail.h \
src/showimagewidget.h \
src/showocrwidget.h \
src/singleapplication.h \
src/successpagewidget.h \
src/svghandler.h \
src/thumbnaildelegate.h \
src/thumbnailwidget.h \
src/titlebar/titlebar.h \
src/toolbarwidget.h \
src/usb.h \
src/usbhotplugthread.h \
src/utils/HorizontalOrVerticalMode.h \
src/utils/copyoperation.h \
src/utils/daemondbus.h \
src/utils/login1_dbus.h \
src/utils/rotatechangeinfo.h \
src/utils/xatom-helper.h \
src/waittingdialog.h \
src/watermarkdialog.h \
src/custom_push_button.h \
src/navigator.h \
src/kabase/buriedpoint.hpp \
src/include/customlabel.h \
# Manual
DISTFILES += \
man/kylin-scanner.1 \
src/icons/waiting/loading1.svg \
src/icons/waiting/loading2.svg \
src/icons/waiting/loading3.svg \
src/icons/waiting/loading4.svg \
src/icons/waiting/loading5.svg \
src/icons/waiting/loading6.svg \
src/icons/waiting/loading7.svg
LIBS += \
-lusb-1.0 \
-ludev \
-lbsd \
-lpthread \
-lavahi-common -lavahi-client \
-lnetsnmp -lnetsnmpagent -lnetsnmpmibs
HEADERS += \
$$PWD/src/device/snmpwalk_browser.h \
$$PWD/src/device/avahi_qt/qt_watch.h \
$$PWD/src/device/ukui_apt.h \
$$PWD/src/device/qt_zeroconf/zconfservicebrowser.h \
$$PWD/src/device/qt_zeroconf/zconfserviceclient.h \
$$PWD/src/device/qt_zeroconf/zconfservice.h \
$$PWD/src/device/device_information.h \
$$PWD/src/device/base_info.h \
$$PWD/src/device/network_device_detector.h \
$$PWD/src/device/common.h \
$$PWD/src/device/usbFinder.h \
$$PWD/src/device/singleton.h \
$$PWD/src/device/deviceFinder.h \
$$PWD/src/device/connect.h \
$$PWD/src/device/snmpFinder.h
SOURCES += \
$$PWD/src/device/device_information.cpp \
$$PWD/src/device/avahi_qt/qt_watch.cpp \
$$PWD/src/device/network_device_detector.cpp \
$$PWD/src/device/common.cpp \
$$PWD/src/device/snmpwalk_browser.cpp \
$$PWD/src/device/ukui_apt.cpp \
$$PWD/src/device/base_info.cpp \
$$PWD/src/device/qt_zeroconf/zconfserviceclient.cpp \
$$PWD/src/device/qt_zeroconf/zconfservicebrowser.cpp \
$$PWD/src/device/qt_zeroconf/zconfservice.cpp \
$$PWD/src/device/usbFinder.cpp \
$$PWD/src/device/deviceFinder.cpp \
$$PWD/src/device/connect.cpp \
$$PWD/src/device/snmpFinder.cpp
# UI files
FORMS += \
src/about/about.ui \
src/titlebar/titlebar.ui \
# Translation
TRANSLATIONS += \
translations/kylin-scanner_zh_CN.ts \
translations/kylin-scanner_bo_CN.ts \ #藏
translations/kylin-scanner_kk.ts \ #哈萨克
translations/kylin-scanner_ky.ts \ #柯尔克孜
translations/kylin-scanner_ug.ts \ #维吾尔
translations/kylin-scanner_mn.ts \ #蒙古
translations/kylin-scanner_zh_HK.ts #繁
!system($$PWD/translations/generate_translations_pm.sh): error("Failed to generate pm")
system($$shell_path(cp $$PROJECT_ROOTDIR/translations/*.qm $$OUT_PWD/))
# custom variable: target
target.files += $$TARGET
target.path = /usr/bin/
# custom variable: desktop
desktop.files += data/kylin-scanner.desktop
desktop.path = /usr/share/applications/
# custom variable: icons
icons.files += data/scanner.png
icons.path = /usr/share/pixmaps/
# custom variable: qm_files
qm_files.files = translations/*.qm
qm_files.path = /usr/share/kylin-scanner/translations/
# custom variable: help_files
help_files.files = data/kylin-scanner/
help_files.path = /usr/share/kylin-user-guide/data/guide/
schemes.files += \
$$PWD/data/org.kylin-scanner-data.gschema.xml \
$$PWD/data/org.ukui.log4qt.kylin-scanner.gschema.xml
schemes.path = /usr/share/glib-2.0/schemas/
# Install file in system
INSTALLS += target desktop icons qm_files help_files schemes
RESOURCES += \
src/icons/icons.qrc \
src/qss/scrollbar.qrc
DISTFILES += \
data/org.kylin-scanner-data.gschema.xml \
data/org.ukui.log4qt.kylin-scanner.gschema.xml \
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。