added manpage
[qbat.git] / qbat.pro
blobafd3cbbfd7b6d7f730ec305e77f71c3d1941f9f8
2 TEMPLATE = app
3 CONFIG += qt qdbus
5 CODECFORSRC = UTF-8
6 CODECFORTR = ISO-8859-1
8 OBJECTS_DIR = build/
9 MOC_DIR = build/
10 UI_DIR = ui/
13 #FORMS =
14 #TRANSLATIONS = qbat_de.ts
16 #HEADERS +=
17 SOURCES += main.cpp \
18 batteryicon.cpp \
19 powermanager.cpp \
20 common.cpp \
21 settings.cpp
22 DESTDIR = .
24 target.path = /usr/bin
25 iconstarget.path = /usr/share/qbat/icons
26 iconstarget.files = res/*.png res/qbat.svg
27 langtarget.path = /usr/share/qbat/lang
28 langtarget.files = qbat_*.qm
29 shortcuttarget.path = /usr/share/applications
30 shortcuttarget.files = qbat.desktop
32 INSTALLS += target iconstarget langtarget shortcuttarget
34 HEADERS += constants.h \
35 batteryicon.h \
36 common.h \
37 powermanager.h \
38 settings.h
39 TARGET = qbat
41 FORMS += settingsdialog.ui