Skip to content

Commit

Permalink
细节修改
Browse files Browse the repository at this point in the history
  • Loading branch information
188080501 committed Nov 15, 2017
1 parent 3fc3de3 commit 7ff75e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JQLibraryImport.pri
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

include( $$PWD/lib/JQLibrary/JQLibrary.pri )

mac : exists( /usr/local/opt/gflags/lib/libgflags.2.2.dylib ) {
mac {
include( $$PWD/lib/JQLibrary/JQGuetzli.pri )
}

Expand Down
6 changes: 3 additions & 3 deletions lib/JQLibrary/include/JQGuetzli/JQGuetzli.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
*/

#ifndef __JQGuetzli_h__
#define __JQGuetzli_h__
#ifndef JQGUETZLI_H_
#define JQGUETZLI_H_

// Qt lib import
#include <QString>
Expand All @@ -39,4 +39,4 @@ ProcessResult process(const QString &inputImageFilePath, const QString &outputIm

}

#endif//__JQGuetzli_h__
#endif//JQGUETZLI_H_

0 comments on commit 7ff75e1

Please sign in to comment.