mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 03:06:31 -04:00
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:
parent
2bf81be6a7
commit
ae43058520
5 changed files with 28 additions and 37 deletions
|
@ -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++ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue