aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/crossfade/crossfade.pro
blob: db0348ad70af19fcd7f1d428d8a592a61d833863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include(../../plugins.pri)

HEADERS += crossfadeplugin.h \
           effectcrossfadefactory.h \
           settingsdialog.h

SOURCES += crossfadeplugin.cpp \
           effectcrossfadefactory.cpp \
           settingsdialog.cpp

TARGET =$$PLUGINS_PREFIX/Effect/crossfade

RESOURCES = translations/translations.qrc

FORMS += settingsdialog.ui

unix {
    target.path = $$LIB_DIR/qmmp/Effect
    INSTALLS += target
    QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libcrossfade.so
}