Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Used MSYS2 package mingw-w64-x86_64-hunspell instead of bundled one.
Browse files Browse the repository at this point in the history
Signed-off-by: FrankHB <[email protected]>
  • Loading branch information
FrankHB committed Feb 3, 2015
1 parent 01239b0 commit 53345d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MdCharm/MdCharm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CONFIG(debug, debug|release){ #debug
LIBS += -L../release -lgbreakpad -lcore
}
#Fix for hunspell
win32: {
win32-msvc*: {
INCLUDEPATH+=../lib/hunspell/src ../lib/pcre
CONFIG(debug, debug|release){
LIBS += -L../debug -lhunspell_d -lmdcharm_pcre
Expand All @@ -51,7 +51,7 @@ win32 {

win32-g++ {
CONFIG += link_pkgconfig
PKGCONFIG += zlib
PKGCONFIG += zlib hunspell
}

win32-msvc*:QMAKE_CXXFLAGS_RELEASE += -Zi
Expand Down
2 changes: 1 addition & 1 deletion src/lib/lib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG += ordered

SUBDIRS += crashdump
#SUBDIRS += markdown
SUBDIRS += hunspell
!win32-g++: SUBDIRS += hunspell
SUBDIRS += multimarkdown/peg/leg.pro
SUBDIRS += pcre
SUBDIRS += core.pro
Expand Down

0 comments on commit 53345d7

Please sign in to comment.