~macslow/unity/phablet-bootstrap-notifications

« back to all changes in this revision

Viewing changes to plugins/NotificationsBackend/CMakeLists.txt

  • Committer: Mirco Müller
  • Date: 2013-03-20 14:53:07 UTC
  • Revision ID: mirco.mueller@canonical.com-20130320145307-3a3ub1ydhsg5m1gp
Fixing compile-errors...

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
add_definitions(-DQT_NO_KEYWORDS)
20
20
 
21
21
set(NotificationsQML_SOURCES
22
 
  action.cpp
23
 
  notification.cpp
24
 
  notification-renderer.cpp
 
22
  notification.h
 
23
  action.h
 
24
  plugin.h
25
25
  plugin.cpp
26
26
)
27
27