~ubuntu-branches/ubuntu/utopic/ibus-qt/utopic

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-04-10 16:25:47 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100410162547-9k8zunomsq7nre2c
Tags: 1.3.0-1
* New upstream release.
* debian/control: bump standards version to 3.8.4.
* debian/source/format: 3.0.
* Fix "FTBFS with binutils-gold" (Closes: #554862)
  - debian/patches/binutils-gold: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    ibus-qt
94
94
    debug ${QT_QTCORE_LIBRARY_DEBUG}
95
95
    debug ${QT_QTDBUS_LIBRARY_DEBUG}
 
96
    debug ${QT_QTXML_LIBRARY_DEBUG}
96
97
    optimized ${QT_QTCORE_LIBRARY_RELEASE}
97
98
    optimized ${QT_QTDBUS_LIBRARY_RELEASE}
 
99
    optimized ${QT_QTXML_LIBRARY_RELEASE}
98
100
    ${DBUS_LIBRARIES}
99
101
)
100
102