diff options
Diffstat (limited to 'src/plugins/Visual/projectm')
| -rw-r--r-- | src/plugins/Visual/projectm/projectm.pro | 52 |
1 files changed, 18 insertions, 34 deletions
diff --git a/src/plugins/Visual/projectm/projectm.pro b/src/plugins/Visual/projectm/projectm.pro index 31755afd7..59af466cc 100644 --- a/src/plugins/Visual/projectm/projectm.pro +++ b/src/plugins/Visual/projectm/projectm.pro @@ -1,11 +1,8 @@ include(../../plugins.pri) -contains(CONFIG, WITH_PROJECTM20){ - DEFINES += PROJECTM_20 -} +TARGET = $$PLUGINS_PREFIX/Visual/projectm -TARGET =$$PLUGINS_PREFIX/Visual/projectm -QMAKE_CLEAN =$$PLUGINS_PREFIX/Visual/libprojectm.so +QT += opengl HEADERS += projectmwidget.h \ visualprojectmfactory.h \ @@ -16,39 +13,26 @@ SOURCES += projectmplugin.cpp \ projectmwidget.cpp \ projectmwrapper.cpp -QT += opengl - -TRANSLATIONS = translations/projectm_plugin_cs.ts \ - translations/projectm_plugin_de.ts \ - translations/projectm_plugin_zh_CN.ts \ - translations/projectm_plugin_zh_TW.ts \ - translations/projectm_plugin_pl.ts \ - translations/projectm_plugin_ru.ts \ - translations/projectm_plugin_uk_UA.ts \ - translations/projectm_plugin_it.ts \ - translations/projectm_plugin_tr.ts \ - translations/projectm_plugin_lt.ts \ - translations/projectm_plugin_nl.ts \ - translations/projectm_plugin_ja.ts \ - translations/projectm_plugin_es.ts \ - translations/projectm_plugin_sr_BA.ts \ - translations/projectm_plugin_sr_RS.ts RESOURCES = translations/translations.qrc +contains(CONFIG, WITH_PROJECTM20){ + DEFINES += PROJECTM_20 +} + unix { - PKGCONFIG += libprojectM - target.path = $$LIB_DIR/qmmp/Visual - INSTALLS += target - LIBS += -L/usr/lib -I/usr/include - #projectM config path - PROJECTM_CONFIG_FILES = /usr/share/projectM/config.inp \ - /usr/local/share/projectM/config.inp - for(path, PROJECTM_CONFIG_FILES) { - exists($$path) { - message ("found projectm configuration: "$$path) - DEFINES += PROJECTM_CONFIG=\\\"$$path\\\" + PKGCONFIG += libprojectM + target.path = $$LIB_DIR/qmmp/Visual + INSTALLS += target + LIBS += -L/usr/lib -I/usr/include + #projectM config path + PROJECTM_CONFIG_FILES = /usr/share/projectM/config.inp \ + /usr/local/share/projectM/config.inp + for(path, PROJECTM_CONFIG_FILES) { + exists($$path) { + message ("found projectm configuration: "$$path) + DEFINES += PROJECTM_CONFIG=\\\"$$path\\\" + } } - } } win32 { |
