summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Freddi <dario.freddi@collabora.co.uk>2010-09-18 19:57:53 +0200
committerDario Freddi <dario.freddi@collabora.co.uk>2010-09-20 17:03:56 +0200
commita7dad3b4108f74900dbb9f4640793569efc84014 (patch)
tree96027b356e33b39f0a1010ea6939672629c8b0b6 /examples
parente1c0abda35d843e2ffb8fe0923f33105e373431b (diff)
cmake: Add QT_NO_KEYWORDS to code which might conflict with glib's signals definitions
Diffstat (limited to 'examples')
-rw-r--r--examples/call/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/call/CMakeLists.txt b/examples/call/CMakeLists.txt
index dc1752ff..ca0a8872 100644
--- a/examples/call/CMakeLists.txt
+++ b/examples/call/CMakeLists.txt
@@ -1,4 +1,5 @@
if(FARSIGHT_COMPONENTS_FOUND)
+ add_definitions(-DQT_NO_KEYWORDS)
include_directories(
${TELEPATHY_FARSIGHT_INCLUDE_DIR}
${GSTREAMER_INCLUDE_DIR}