icon path fix
[musique.git] / musique.pro
blob20783d31e63e3e9b337ea1250727abead18a1826
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 TRANSLATIONS = musique_de.ts
15 SOURCES += main.cpp \
16 mainwindow.cpp \
17 playlistmodel.cpp \
18 common.cpp \
19 collectionsmodel.cpp
21 target.path = /usr/bin
22 iconstarget.path = /usr/share/musique/icons
23 iconstarget.files = res/*.png res/musique.svg
24 langtarget.path = /usr/share/musique/lang
25 langtarget.files = musique_*.qm
26 shortcuttarget.path = /usr/share/applications
27 shortcuttarget.files = musique.desktop
29 INSTALLS += target iconstarget langtarget shortcuttarget
31 INCLUDEPATH += /usr/include/xmms2 \
32 ../
34 LIBS += -lxmmsclient \
35 -lxmmsclient-qt4
37 QMAKE_CXXFLAGS_DEBUG += -pedantic -Wno-long-long
38 TARGET = musique
40 DESTDIR = .
42 HEADERS += mainwindow.h \
43 constants.h \
44 playlistmodel.h \
45 common.h \
46 collectionsmodel.h
47 FORMS += mainwin.ui