diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-29 19:46:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-29 19:46:22 +0000 |
| commit | 67a9bce5ac51e6d7ae8c756003649ce67398af03 (patch) | |
| tree | 58e5bdd8665aa9f1f691884081d91736fe724b41 /src/plugins/Visual/projectm/projectm.pro | |
| parent | d33947d2ae627981141379889e510dff4c07c6b4 (diff) | |
| download | qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.tar.gz qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.tar.bz2 qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.zip | |
reformat .pro files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/projectm/projectm.pro')
| -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 { |
