diff options
Diffstat (limited to 'src/plugins/General/converter')
| -rw-r--r-- | src/plugins/General/converter/converter.pro | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/plugins/General/converter/converter.pro b/src/plugins/General/converter/converter.pro index 938601bb7..de458d4eb 100644 --- a/src/plugins/General/converter/converter.pro +++ b/src/plugins/General/converter/converter.pro @@ -1,20 +1,13 @@ include(../../plugins.pri) -CONFIG += warn_on \ -plugin \ -link_pkgconfig TARGET =$$PLUGINS_PREFIX/General/converter unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libconverter.so - -TEMPLATE = lib -unix:LIBS += -lqmmpui -lqmmp +LIBS += -lqmmpui PKGCONFIG += taglib -win32:LIBS += -lqmmpui0 -lqmmp0 - RESOURCES = translations/translations.qrc presets.qrc unix{ @@ -26,7 +19,7 @@ HEADERS += converterfactory.h \ converterdialog.h \ converter.h \ preseteditor.h -win32:HEADERS += ../../../../src/qmmpui/general.h + SOURCES += converterfactory.cpp \ converterhelper.cpp \ converterdialog.cpp \ |
