~paulliu/unity/phablet-fake-peoplepreviewdata

« back to all changes in this revision

Viewing changes to tests/qmltests/plugins/HudClient/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Albert Astals
  • Date: 2013-04-25 18:39:57 UTC
  • mfrom: (524.1.2 new_hud_client)
  • Revision ID: tarmac-20130425183957-9cla2dbuygndb7pl
Use the new libhud-client.

Approved by PS Jenkins bot, Ricardo Salveti, Ted Gould.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
find_package(Qt5Quick REQUIRED)
6
6
pkg_search_module(DEE dee-1.0 REQUIRED)
7
7
pkg_search_module(GOBJECT gobject-2.0 REQUIRED)
8
 
pkg_search_module(HUDCLIENT hud-client-1 REQUIRED)
 
8
pkg_search_module(HUDCLIENT hud-client-2 REQUIRED)
9
9
pkg_search_module(DEEQT libdee-qt5 REQUIRED)
10
10
pkg_search_module(PULSE libpulse REQUIRED)
11
11