fixed little logical bug
[qbat.git] / qbat.pro
blobd132affc6b2ba01dd4a69c6f30784a1303e090f8
2 TEMPLATE = app
3 CONFIG += qt
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 qtimermessagebox.cpp
23 DESTDIR = .
25 target.path = /usr/bin
26 iconstarget.path = /usr/share/qbat/icons
27 iconstarget.files = res/*.png res/qbat.svg
28 langtarget.path = /usr/share/qbat/lang
29 langtarget.files = qbat_*.qm
30 shortcuttarget.path = /usr/share/applications
31 shortcuttarget.files = qbat.desktop
33 INSTALLS += target iconstarget langtarget shortcuttarget
35 HEADERS += constants.h \
36 batteryicon.h \
37 common.h \
38 powermanager.h \
39 settings.h \
40 qtimermessagebox.h
41 TARGET = qbat
43 FORMS += settingsdialog.ui