HGGitLab

Commit 66b94716 authored by luoliangyi's avatar luoliangyi

解决linux上的编译问题

parent 304f8efc
...@@ -28,6 +28,7 @@ unix { ...@@ -28,6 +28,7 @@ unix {
} }
INCLUDEPATH += $$PWD/../../../../ui/ INCLUDEPATH += $$PWD/../../../../ui/
INCLUDEPATH += $$PWD/../../../../app/scanner/
INCLUDEPATH += $$PWD/../../../../release/include/ INCLUDEPATH += $$PWD/../../../../release/include/
INCLUDEPATH += $$PWD/../../../../third_party/sane/ INCLUDEPATH += $$PWD/../../../../third_party/sane/
...@@ -64,7 +65,9 @@ SOURCES += \ ...@@ -64,7 +65,9 @@ SOURCES += \
../../../../app/scanner/dialog_moveto.cpp \ ../../../../app/scanner/dialog_moveto.cpp \
../../../../app/scanner/app_cfg.cpp \ ../../../../app/scanner/app_cfg.cpp \
../../../../app/scanner/dialog_imageeditor.cpp \ ../../../../app/scanner/dialog_imageeditor.cpp \
../../../../app/scanner/graphicsscene.cpp ../../../../app/scanner/graphicsscene.cpp \
../../../../app/scanner/device_menu.cpp \
../../../../app/scanner/sane_device.cpp
HEADERS += \ HEADERS += \
../../../../app/scanner/dialog_aquireinto.h \ ../../../../app/scanner/dialog_aquireinto.h \
...@@ -98,7 +101,9 @@ HEADERS += \ ...@@ -98,7 +101,9 @@ HEADERS += \
../../../../app/scanner/dialog_moveto.h \ ../../../../app/scanner/dialog_moveto.h \
../../../../app/scanner/app_cfg.h \ ../../../../app/scanner/app_cfg.h \
../../../../app/scanner/dialog_imageeditor.h \ ../../../../app/scanner/dialog_imageeditor.h \
../../../../app/scanner/graphicsscene.h ../../../../app/scanner/graphicsscene.h \
../../../../app/scanner/device_menu.h \
../../../../app/scanner/sane_device.h
FORMS += \ FORMS += \
../../../../app/scanner/dialog_admin.ui \ ../../../../app/scanner/dialog_admin.ui \
......
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