~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to plasma/generic/applets/battery/CMakeLists.txt

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(plasma-battery)
2
2
 
3
3
set(battery_SRCS
4
 
    battery.cpp
5
 
    brightnessosdwidget.cpp)
 
4
    battery.cpp)
6
5
 
7
6
kde4_add_ui_files(battery_SRCS batteryConfig.ui )
8
7
kde4_add_plugin(plasma_applet_battery ${battery_SRCS})