aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste/copypaste.pro
blob: dba9e5b39c894ed0d876c7e93fd5eee226393c56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../plugins.pri)

TARGET =$$PLUGINS_PREFIX/General/copypaste
unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libcopypaste.so

LIBS += -lqmmpui

RESOURCES = translations/translations.qrc
unix {
    target.path = $$LIB_DIR/qmmp/General
    INSTALLS += target
}
HEADERS += copypastefactory.h \
           copypaste.h

SOURCES += copypastefactory.cpp \
           copypaste.cpp