diff options
Diffstat (limited to 'src/plugins/Visual/analyzer/analyzer.pro')
| -rw-r--r-- | src/plugins/Visual/analyzer/analyzer.pro | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/plugins/Visual/analyzer/analyzer.pro b/src/plugins/Visual/analyzer/analyzer.pro index 9ed972a4d..a1b1e0d18 100644 --- a/src/plugins/Visual/analyzer/analyzer.pro +++ b/src/plugins/Visual/analyzer/analyzer.pro @@ -16,13 +16,6 @@ SOURCES += analyzer.cpp \ visualanalyzerfactory.cpp \ colorwidget.cpp \ settingsdialog.cpp -win32:HEADERS += ../../../../src/qmmp/visual.h -win32:INCLUDEPATH += ./ -CONFIG += warn_on \ -plugin -TEMPLATE = lib -unix:LIBS += -lqmmp -L/usr/lib -I/usr/include -win32:LIBS += -lqmmp0 TRANSLATIONS = translations/analyzer_plugin_cs.ts \ translations/analyzer_plugin_de.ts \ @@ -42,6 +35,6 @@ TRANSLATIONS = translations/analyzer_plugin_cs.ts \ RESOURCES = translations/translations.qrc unix{ -target.path = $$LIB_DIR/qmmp/Visual -INSTALLS += target + target.path = $$LIB_DIR/qmmp/Visual + INSTALLS += target } |
