1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Add twitter example file and update README

This commit is contained in:
Jeff Mitchell
2011-02-13 14:20:17 -05:00
parent 202e43668c
commit 3a38abd0b9
2 changed files with 14 additions and 0 deletions

5
README
View File

@@ -94,6 +94,11 @@ Dependencies
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
Pick one of the following two choices. If uncertain pick the second one, you probably want a GUI.

View 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"
)