blob: 95c724d04d9bb9cde011401a6a16a5e937c9c78b (
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
HEADERS += copypastefactory.h \
copypaste.h
SOURCES += copypastefactory.cpp \
copypaste.cpp
RESOURCES = translations/translations.qrc
LIBS += -lqmmpui
unix {
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
}
|