blob: c902f44bdf7a0d805ceaf01ef3d8521087936a5f (
plain) (
tree)
|
|
include(../../qmmp.pri)
unix:TARGET = ../../lib/qmmpui
win32:TARGET = ../../../bin/qmmpui
CONFIG += release \
warn_on \
shared \
qt \
thread
QMAKE_LIBDIR += ../../lib \
qmmpui
LIBS += -Wl,-rpath,./
unix:LIBS += -L../../lib \
-lqmmp
win32:LIBS += -L../../bin \
-lqmmp0
INCLUDEPATH += ../
TEMPLATE = lib
unix:isEmpty(LIB_DIR):LIB_DIR = /lib
VERSION = $$QMMP_VERSION
unix:target.path = $$LIB_DIR
HEADERS += general.h \
generalfactory.h \
playlistformat.h \
playlistparser.h \
commandlinemanager.h \
commandlineoption.h \
filedialog.h \
filedialogfactory.h \
qtfiledialog_p.h \
playlistitem.h \
playlistmodel.h \
playstate_p.h \
fileloader_p.h \
mediaplayer.h \
detailsdialog.h \
tageditor_p.h \
playlistmanager.h \
metadataformatter.h \
templateeditor.h \
uifactory.h \
uiloader.h \
uihelper.h \
jumptotrackdialog_p.h \
configdialog.h \
pluginitem_p.h \
aboutdialog_p.h \
qmmpuisettings.h
SOURCES += general.cpp \
playlistparser.cpp \
commandlinemanager.cpp \
filedialog.cpp \
qtfiledialog.cpp \
playlistmodel.cpp \
playstate.cpp \
playlistitem.cpp \
fileloader.cpp \
mediaplayer.cpp \
detailsdialog.cpp \
tageditor.cpp \
playlistmanager.cpp \
metadataformatter.cpp \
templateeditor.cpp \
uiloader.cpp \
uihelper.cpp \
jumptotrackdialog.cpp \
configdialog.cpp \
pluginitem.cpp \
aboutdialog.cpp \
qmmpuisettings.cpp
FORMS += forms/detailsdialog.ui \
forms/tageditor.ui \
forms/templateeditor.ui \
forms/jumptotrackdialog.ui \
forms/configdialog.ui \
forms/aboutdialog.ui
unix:DESTDIR = .
RESOURCES += translations/libqmmpui_locales.qrc \
images/qmmpui_images.qrc \
txt/txt.qrc
TRANSLATIONS = translations/libqmmpui_ru.ts \
translations/libqmmpui_tr.ts \
translations/libqmmpui_zh_CN.ts \
translations/libqmmpui_cs.ts \
translations/libqmmpui_pt_BR.ts \
translations/libqmmpui_uk_UA.ts \
translations/libqmmpui_zh_TW.ts \
translations/libqmmpui_de.ts \
translations/libqmmpui_it.ts \
translations/libqmmpui_lt.ts \
translations/libqmmpui_pl_PL.ts \
translations/libqmmpui_nl.ts \
translations/libqmmpui_ja.ts \
translations/libqmmpui_es.ts \
translations/libqmmpui_sk.ts
unix {
devel.files += general.h \
generalfactory.h \
playlistformat.h \
playlistparser.h \
commandlinemanager.h \
commandlineoption.h \
filedialog.h \
filedialogfactory.h \
playlistitem.h \
playlistmodel.h \
mediaplayer.h \
detailsdialog.h \
playlistmanager.h \
metadataformatter.h \
templateeditor.h \
uifactory.h \
uiloader.h \
uihelper.h \
qmmpuisettings.h
devel.path = /include/qmmpui
INSTALLS += target \
devel
}
|