mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Renamed jreen/ to jabber/
This commit is contained in:
@@ -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 )
|
IF( LIBJREEN_FOUND )
|
||||||
ADD_SUBDIRECTORY( jreen )
|
ADD_SUBDIRECTORY( jabber )
|
||||||
ENDIF( LIBJREEN_FOUND )
|
ENDIF( LIBJREEN_FOUND )
|
||||||
|
|
||||||
ADD_SUBDIRECTORY( twitter )
|
ADD_SUBDIRECTORY( twitter )
|
||||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -19,7 +19,7 @@
|
|||||||
#ifndef GOOGLEWRAPPER_H
|
#ifndef GOOGLEWRAPPER_H
|
||||||
#define GOOGLEWRAPPER_H
|
#define GOOGLEWRAPPER_H
|
||||||
|
|
||||||
#include "sip/jreen/jabber.h"
|
#include "sip/jabber/jabber.h"
|
||||||
|
|
||||||
class SIPDLLEXPORT GoogleWrapperFactory : public SipPluginFactory
|
class SIPDLLEXPORT GoogleWrapperFactory : public SipPluginFactory
|
||||||
{
|
{
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user