blob: 37a1584be586bfb1f5f95501b3d8a2fef6e371a2 (
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 += $$QMMPUI_LIB
unix {
target.path = $$PLUGIN_DIR/General
INSTALLS += target
}
|