Make wikis compile

- rsWiki->updated() doesn't exist anymore, so I ported WikiDialog to
  inherit from RsGxsUpdateBroadcastPage
- add -lglib-2.0 to pegmarkdown.pro
This commit is contained in:
AsamK 2015-09-04 22:05:00 +02:00
parent 2bf81be6a7
commit ae43058520
5 changed files with 28 additions and 37 deletions

View file

@ -1,5 +1,6 @@
TEMPLATE = lib
CONFIG += staticlib
CONFIG += create_prl
CONFIG -= qt
TARGET = pegmarkdown
@ -15,6 +16,7 @@ debug {
################################# Linux ##########################################
linux-* {
DESTDIR = lib
LIBS *= -lglib-2.0
}
linux-g++ {