mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
* Renamed jreen/ to jabber/
This commit is contained in:
parent
0253f0c1d4
commit
234fdf07ba
@ -1,10 +1,5 @@
|
||||
# only build one of them, if ENABLE_JREEN is true, GLOOX_FOUND is automatically set to "false"
|
||||
IF( GLOOX_FOUND AND NOT LIBJREEN_FOUND )
|
||||
ADD_SUBDIRECTORY( jabber )
|
||||
ENDIF( GLOOX_FOUND AND NOT LIBJREEN_FOUND )
|
||||
|
||||
IF( LIBJREEN_FOUND )
|
||||
ADD_SUBDIRECTORY( jreen )
|
||||
ADD_SUBDIRECTORY( jabber )
|
||||
ENDIF( LIBJREEN_FOUND )
|
||||
|
||||
ADD_SUBDIRECTORY( twitter )
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@ -19,7 +19,7 @@
|
||||
#ifndef GOOGLEWRAPPER_H
|
||||
#define GOOGLEWRAPPER_H
|
||||
|
||||
#include "sip/jreen/jabber.h"
|
||||
#include "sip/jabber/jabber.h"
|
||||
|
||||
class SIPDLLEXPORT GoogleWrapperFactory : public SipPluginFactory
|
||||
{
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Loading…
x
Reference in New Issue
Block a user