gcc 4.4 build fix
[qbat.git] / qbat.pro
blob95f525fbb3e30998ecb0d6e4ca2863e046473efd
1 TEMPLATE = app
2 CONFIG += qt
4 CODECFORSRC = UTF-8
5 CODECFORTR = ISO-8859-1
7 OBJECTS_DIR = build/
8 MOC_DIR = build/
9 UI_DIR = ui/
11 TRANSLATIONS = qbat_de.ts
13 SOURCES += main.cpp \
14 batteryicon.cpp \
15 powermanager.cpp \
16 common.cpp \
17 settings.cpp \
18 qtimermessagebox.cpp
19 DESTDIR = .
21 target.path = /usr/bin
22 iconstarget.path = /usr/share/qbat/icons
23 iconstarget.files = res/qbat*.svg res/qbat.png
24 langtarget.path = /usr/share/qbat/lang
25 langtarget.files = qbat_*.qm
26 shortcuttarget.path = /usr/share/applications
27 shortcuttarget.files = qbat.desktop
29 INSTALLS += target iconstarget langtarget shortcuttarget
31 HEADERS += constants.h \
32 batteryicon.h \
33 common.h \
34 powermanager.h \
35 settings.h \
36 qtimermessagebox.h
37 TARGET = qbat
39 FORMS += settingsdialog.ui