mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
Add twitter example file and update README
This commit is contained in:
5
README
5
README
@@ -94,6 +94,11 @@ Dependencies
|
|||||||
|
|
||||||
To build the app:
|
To build the app:
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
For SIP-over-Twitter support, you must first register an application with Twitter and copy the file
|
||||||
|
examples/twitter-api-keys.example to thirdparty/qtweetlib/WARNING-twitter-api-keys, substituting in
|
||||||
|
your particular consumer key and secret.
|
||||||
|
|
||||||
$ mkdir build && cd build
|
$ mkdir build && cd build
|
||||||
|
|
||||||
Pick one of the following two choices. If uncertain pick the second one, you probably want a GUI.
|
Pick one of the following two choices. If uncertain pick the second one, you probably want a GUI.
|
||||||
|
9
examples/twitter-api-keys.example
Normal file
9
examples/twitter-api-keys.example
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
set_property(
|
||||||
|
TARGET tomahawk_qtweetlib
|
||||||
|
APPEND PROPERTY COMPILE_DEFINITIONS CONSUMER_KEY="aaaaaaaaaaaaaaa"
|
||||||
|
)
|
||||||
|
|
||||||
|
set_property(
|
||||||
|
TARGET tomahawk_qtweetlib
|
||||||
|
APPEND PROPERTY COMPILE_DEFINITIONS CONSUMER_SECRET="bbbbbbbbbbbbbbbbb"
|
||||||
|
)
|
Reference in New Issue
Block a user