summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-23 20:43:01 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-24 14:45:45 -0200
commitfcafd7799013907811525903e598930d1eb3ec74 (patch)
tree20974ef16c4bbe097948c05414bc8c14dd5e7afa /examples
parent58b1ba7048e6b65534be3f54daa6e57a3c3b5a91 (diff)
protocols example: Properly link to Qt libraries.
Diffstat (limited to 'examples')
-rw-r--r--examples/protocols/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/protocols/CMakeLists.txt b/examples/protocols/CMakeLists.txt
index c226bbb9..53d7255c 100644
--- a/examples/protocols/CMakeLists.txt
+++ b/examples/protocols/CMakeLists.txt
@@ -11,8 +11,10 @@ tpqt_generate_mocs(${protocols_MOC_SRCS})
add_executable(protocols ${protocols_SRCS} ${protocols_MOC_SRCS})
target_link_libraries(protocols
+ ${QT_QTCORE_LIBRARY}
${QT_QTDBUS_LIBRARY}
${QT_QTGUI_LIBRARY}
+ ${QT_QTNETWORK_LIBRARY}
+ ${QT_QTWIDGETS_LIBRARY}
${QT_QTXML_LIBRARY}
- ${QT_QTCORE_LIBRARY}
telepathy-qt)