Skip to content

Commit b8b6194

Browse files
committed
Merge branch 'release/v0.11.0'
2 parents 87cfc16 + d7cb38d commit b8b6194

File tree

178 files changed

+11893
-4401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+11893
-4401
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/cloose/discount.git
44
[submodule "3rdparty/hunspell"]
55
path = 3rdparty/hunspell
6-
url = https://github.com/zdenop/hunspell-mingw.git
6+
url = https://github.com/cloose/hunspell-mingw.git
77
[submodule "3rdparty/hoedown"]
88
path = 3rdparty/hoedown
99
url = https://github.com/cloose/hoedown.git

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ compiler:
55
before_install:
66
- sudo add-apt-repository -y ppa:beineri/opt-qt521 # for Qt 5.2
77
- sudo apt-get update -qq
8+
- "export DISPLAY=:99.0"
9+
- "sh -e /etc/init.d/xvfb start"
810
install:
911
- sudo apt-get install -qq qt52base qt52declarative qt52webkit qt52tools libhunspell-dev
1012
- sudo apt-get install -qq libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

3rdparty/3rdparty.pro

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
TEMPLATE = subdirs
22

33
SUBDIRS += \
4-
discount \
5-
hunspell
4+
peg-markdown-highlight
65

7-
with_hoedown {
8-
message("3rdparty: Build hoedown markdown converter library")
9-
DEFINES += ENABLE_HOEDOWN
10-
SUBDIRS += hoedown
6+
win32 {
7+
SUBDIRS += \
8+
discount \
9+
hunspell
10+
11+
with_hoedown {
12+
message("3rdparty: Build hoedown markdown converter library")
13+
DEFINES += ENABLE_HOEDOWN
14+
SUBDIRS += hoedown
15+
}
1116
}

3rdparty/hoedown

Submodule hoedown updated 1 file

3rdparty/hunspell

Submodule hunspell updated 1 file

peg-markdown-highlight/peg-markdown-highlight.pro renamed to 3rdparty/peg-markdown-highlight/peg-markdown-highlight.pro

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
#
55
#-------------------------------------------------
66

7-
QT -= core gui
7+
QT -= core gui
88

9-
win32-msvc* {
10-
TARGET = libpmh
11-
} else {
129
TARGET = pmh
13-
}
14-
1510
TEMPLATE = lib
1611
CONFIG += staticlib
1712

@@ -24,11 +19,3 @@ HEADERS += \
2419
pmh_parser.h \
2520
pmh_definitions.h
2621

27-
#unix:!symbian {
28-
# maemo5 {
29-
# target.path = /opt/usr/lib
30-
# } else {
31-
# target.path = /usr/lib
32-
# }
33-
# INSTALLS += target
34-
#}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)