~ubuntu-branches/debian/jessie/apper/jessie

« back to all changes in this revision

Viewing changes to Apper/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2014-09-08 20:46:32 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140908204632-ufmsw8zl9w1fqb49
Tags: 0.9.1-1
* Upload to unstable
* New upstream release: 0.9.1
* Drop all patches: Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
target_link_libraries(apper_executable
17
17
    ${KDE4_KDEUI_LIBS}
18
18
    ${KDE4_KUTILS_LIBS}
19
 
    ${QPACKAGEKIT2_LIBRARIES}
 
19
    ${PackageKitQt4_LIBRARIES}
20
20
    apper
21
21
)
22
22