Initial commit
[qbat.git] / qbat.pro
blobdbad0a2a1879209f9cac91c27d4a6ecb7088eb48
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 DESTDIR = .
23 target.path = /usr/bin
24 iconstarget.path = /usr/share/qbat/icons
25 iconstarget.files = res/*.png res/qbat.svg
26 langtarget.path = /usr/share/qbat/lang
27 langtarget.files = qbat_*.qm
28 shortcuttarget.path = /usr/share/applications
29 shortcuttarget.files = qbat.desktop
31 INSTALLS += target iconstarget langtarget shortcuttarget
33 HEADERS += constants.h \
34 batteryicon.h \
35 common.h \
36 powermanager.h
37 TARGET = qbat