~ubuntu-branches/ubuntu/wily/telepathy-qt5/wily

« back to all changes in this revision

Viewing changes to tests/lib/glib-helpers/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Tiago Salem Herrmann
  • Date: 2015-05-29 18:01:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150529180117-nj5geaevciyps6b5
Tags: 0.9.6.1-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        ${GOBJECT_LIBRARIES}
17
17
        ${GLIB2_LIBRARIES}
18
18
        ${DBUS_GLIB_LIBRARIES}
19
 
        ${Qt5Core_LIBRARIES}
20
 
        ${Qt5DBus_LIBRARIES}
21
 
        telepathy-qt${Qt5Core_VERSION_MAJOR})
 
19
        ${QT_QTCORE_LIBRARY}
 
20
        ${QT_QTDBUS_LIBRARY}
 
21
        telepathy-qt${QT_VERSION_MAJOR})
22
22
endif(ENABLE_TP_GLIB_TESTS)