diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
commit | 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca (patch) | |
tree | b957cdb79e2af63fd7222c63b9a79e307de4834f /qmidiplayer-desktop/qmidiplayer-desktop.pro | |
parent | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (diff) | |
download | QMidiPlayer-43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca.tar.xz |
Mysterious Mountain. (Partially fixed #2)
Diffstat (limited to 'qmidiplayer-desktop/qmidiplayer-desktop.pro')
-rw-r--r-- | qmidiplayer-desktop/qmidiplayer-desktop.pro | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmidiplayer-desktop.pro b/qmidiplayer-desktop/qmidiplayer-desktop.pro index 6ac0670..f4f29d4 100644 --- a/qmidiplayer-desktop/qmidiplayer-desktop.pro +++ b/qmidiplayer-desktop/qmidiplayer-desktop.pro @@ -51,13 +51,32 @@ FORMS += qmpmainwindow.ui \ qmpsettingswindow.ui \ qmphelpwindow.ui +TRANSLATIONS += translations/qmp_zh_CN.ts + unix{ isEmpty(PREFIX) { PREFIX = /usr/local } BINDIR = $$PREFIX/bin target.path = $$BINDIR - INSTALLS += target + DATADIR = $$PREFIX/share + INSTALLS += target desktop iconbmp iconsvg iconxpm doc docimg appdata menu + desktop.path = $$DATADIR/applications + desktop.files += $${TARGET}.desktop + iconbmp.path = $$DATADIR/icons/hicolor/64x64/apps + iconbmp.files += ../img/qmidiplyr.png + iconsvg.path = $$DATADIR/icons/hicolor/scalable/apps + iconsvg.files += ../img/qmidiplyr.svg + iconxpm.path = $$DATADIR/pixmaps + iconxpm.files += ../img/qmidiplyr.xpm + doc.path = $$DATADIR/qmidiplayer/doc + doc.files += ../doc/* + docimg.path = $$DATADIR/qmidiplayer/img + docimg.files += ../img/mainw.png ../img/chanw.png ../img/chparaw.png ../img/qmidiplyr.png + appdata.path = $${DATADIR}/appdata + appdata.files += $${TARGET}.appdata.xml + menu.path = $${DATADIR}/menu + menu.files += ./menu/$${TARGET} QMAKE_CXXFLAGS += -Wall LIBS += -lfluidsynth -lrtmidi } |