HGGitLab

Commit c1a4735c authored by luoliangyi's avatar luoliangyi

解决linux上编译不过的问题

parent 403c2bed
...@@ -67,7 +67,8 @@ SOURCES += \ ...@@ -67,7 +67,8 @@ SOURCES += \
../../../../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/device_menu.cpp \
../../../../app/scanner/sane_device.cpp ../../../../app/scanner/sane_device.cpp \
../../../../utility/HGString.cpp
HEADERS += \ HEADERS += \
../../../../app/scanner/dialog_aquireinto.h \ ../../../../app/scanner/dialog_aquireinto.h \
...@@ -103,7 +104,8 @@ HEADERS += \ ...@@ -103,7 +104,8 @@ HEADERS += \
../../../../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/device_menu.h \
../../../../app/scanner/sane_device.h ../../../../app/scanner/sane_device.h \
../../../../utility/HGString.h
FORMS += \ FORMS += \
../../../../app/scanner/dialog_admin.ui \ ../../../../app/scanner/dialog_admin.ui \
......
...@@ -75,6 +75,8 @@ ...@@ -75,6 +75,8 @@
<Unit filename="../../../../imgfmt/HGPng.h" /> <Unit filename="../../../../imgfmt/HGPng.h" />
<Unit filename="../../../../imgfmt/HGTiff.cpp" /> <Unit filename="../../../../imgfmt/HGTiff.cpp" />
<Unit filename="../../../../imgfmt/HGTiff.h" /> <Unit filename="../../../../imgfmt/HGTiff.h" />
<Unit filename="../../../../utility/HGString.cpp" />
<Unit filename="../../../../utility/HGString.h" />
<Extensions> <Extensions>
<code_completion /> <code_completion />
<debugger /> <debugger />
......
...@@ -72,6 +72,8 @@ ...@@ -72,6 +72,8 @@
<Unit filename="../../../../third_party/json/cJSON.h" /> <Unit filename="../../../../third_party/json/cJSON.h" />
<Unit filename="../../../../third_party/sha1/sha1.cpp" /> <Unit filename="../../../../third_party/sha1/sha1.cpp" />
<Unit filename="../../../../third_party/sha1/sha1.h" /> <Unit filename="../../../../third_party/sha1/sha1.h" />
<Unit filename="../../../../utility/HGString.cpp" />
<Unit filename="../../../../utility/HGString.h" />
<Extensions> <Extensions>
<code_completion /> <code_completion />
<debugger /> <debugger />
......
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