diff options
Diffstat (limited to 'src/plugins/General/copypaste')
| -rw-r--r-- | src/plugins/General/copypaste/copypaste.pro | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/plugins/General/copypaste/copypaste.pro b/src/plugins/General/copypaste/copypaste.pro index dba9e5b39..95c724d04 100644 --- a/src/plugins/General/copypaste/copypaste.pro +++ b/src/plugins/General/copypaste/copypaste.pro @@ -1,18 +1,18 @@ include(../../plugins.pri) -TARGET =$$PLUGINS_PREFIX/General/copypaste -unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libcopypaste.so +TARGET = $$PLUGINS_PREFIX/General/copypaste -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 +RESOURCES = translations/translations.qrc + +LIBS += -lqmmpui + +unix { + target.path = $$LIB_DIR/qmmp/General + INSTALLS += target +} |
