aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/converter/CMakeLists.txt2
-rw-r--r--src/plugins/General/copypaste/CMakeLists.txt2
-rw-r--r--src/plugins/General/covermanager/CMakeLists.txt2
-rw-r--r--src/plugins/General/fileops/CMakeLists.txt2
-rw-r--r--src/plugins/General/gnomehotkey/CMakeLists.txt2
-rw-r--r--src/plugins/General/hal/CMakeLists.txt2
-rw-r--r--src/plugins/General/hotkey/CMakeLists.txt2
-rw-r--r--src/plugins/General/kdenotify/CMakeLists.txt2
-rw-r--r--src/plugins/General/lyrics/CMakeLists.txt2
-rw-r--r--src/plugins/General/mpris/CMakeLists.txt2
-rw-r--r--src/plugins/General/notifier/CMakeLists.txt2
-rw-r--r--src/plugins/General/rgscan/CMakeLists.txt2
-rw-r--r--src/plugins/General/scrobbler/CMakeLists.txt2
-rw-r--r--src/plugins/General/statusicon/CMakeLists.txt2
-rw-r--r--src/plugins/General/streambrowser/CMakeLists.txt2
-rw-r--r--src/plugins/General/trackchange/CMakeLists.txt2
-rw-r--r--src/plugins/General/udisks2/CMakeLists.txt2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/plugins/General/converter/CMakeLists.txt b/src/plugins/General/converter/CMakeLists.txt
index e9de97024..7a3c1dec0 100644
--- a/src/plugins/General/converter/CMakeLists.txt
+++ b/src/plugins/General/converter/CMakeLists.txt
@@ -41,4 +41,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(converter MODULE ${libconverter_SRCS} ${libconverter_UIS_H} ${libconverter_RCC_SRCS})
add_dependencies(converter qmmpui)
target_link_libraries(converter Qt5::Widgets -lqmmpui -lqmmp ${TAGLIB_LDFLAGS})
-install(TARGETS converter DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS converter DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt
index 1172ef9a2..854f797fd 100644
--- a/src/plugins/General/copypaste/CMakeLists.txt
+++ b/src/plugins/General/copypaste/CMakeLists.txt
@@ -24,4 +24,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(copypaste MODULE ${libcopypaste_SRCS} ${libcopypaste_UIS_H} ${libcopypaste_RCC_SRCS})
add_dependencies(copypaste qmmpui)
target_link_libraries(copypaste Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS copypaste DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS copypaste DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/covermanager/CMakeLists.txt b/src/plugins/General/covermanager/CMakeLists.txt
index 54a1d83d3..97a938991 100644
--- a/src/plugins/General/covermanager/CMakeLists.txt
+++ b/src/plugins/General/covermanager/CMakeLists.txt
@@ -37,4 +37,4 @@ ADD_LIBRARY(covermanager MODULE ${libcovermanager_SRCS} ${libcovermanager_UIS_H}
${libcovermanager_RCC_SRCS})
add_dependencies(covermanager qmmpui)
target_link_libraries(covermanager Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS covermanager DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS covermanager DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/fileops/CMakeLists.txt b/src/plugins/General/fileops/CMakeLists.txt
index bdfd43e42..3bb97ecfa 100644
--- a/src/plugins/General/fileops/CMakeLists.txt
+++ b/src/plugins/General/fileops/CMakeLists.txt
@@ -34,4 +34,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(fileops MODULE ${libfileops_SRCS} ${libfileops_UIS_H} ${libfileops_RCC_SRCS})
add_dependencies(fileops qmmpui)
target_link_libraries(fileops Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS fileops DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS fileops DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/gnomehotkey/CMakeLists.txt b/src/plugins/General/gnomehotkey/CMakeLists.txt
index a43c99e0d..45c774c71 100644
--- a/src/plugins/General/gnomehotkey/CMakeLists.txt
+++ b/src/plugins/General/gnomehotkey/CMakeLists.txt
@@ -23,4 +23,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(gnomehotkey MODULE ${libgnomehotkey_SRCS} ${libgnomehotkey_RCC_SRCS})
add_dependencies(gnomehotkey qmmpui)
target_link_libraries(gnomehotkey Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
-install(TARGETS gnomehotkey DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS gnomehotkey DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/hal/CMakeLists.txt b/src/plugins/General/hal/CMakeLists.txt
index d6f786962..0216c65fb 100644
--- a/src/plugins/General/hal/CMakeLists.txt
+++ b/src/plugins/General/hal/CMakeLists.txt
@@ -33,4 +33,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(hal MODULE ${libhal_SRCS} ${libhal_UIS_H} ${libhal_RCC_SRCS})
add_dependencies(hal qmmpui)
target_link_libraries(hal Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
-install(TARGETS hal DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS hal DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt
index 458ec9d63..4b1a96a34 100644
--- a/src/plugins/General/hotkey/CMakeLists.txt
+++ b/src/plugins/General/hotkey/CMakeLists.txt
@@ -50,5 +50,5 @@ IF(X11_FOUND)
ADD_LIBRARY(hotkey MODULE ${libhotkey_SRCS} ${libhotkey_UIS_H} ${libhotkey_RCC_SRCS})
add_dependencies(hotkey qmmpui)
target_link_libraries(hotkey Qt5::Widgets Qt5::X11Extras -lqmmpui -lqmmp ${X11_LDFLAGS})
-install(TARGETS hotkey DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS hotkey DESTINATION ${PLUGIN_DIR}/General)
ENDIF(X11_FOUND)
diff --git a/src/plugins/General/kdenotify/CMakeLists.txt b/src/plugins/General/kdenotify/CMakeLists.txt
index abfab62d0..edee34992 100644
--- a/src/plugins/General/kdenotify/CMakeLists.txt
+++ b/src/plugins/General/kdenotify/CMakeLists.txt
@@ -32,6 +32,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(kdenotify MODULE ${libkdenotify_SRCS} ${libkdenotify_RCC_SRCS} ${libkdenotify_UIS_H})
add_dependencies(kdenotify qmmpui)
target_link_libraries(kdenotify Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
-install(TARGETS kdenotify DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS kdenotify DESTINATION ${PLUGIN_DIR}/General)
install(FILES images/empty_cover.png DESTINATION share/qmmp/images)
install(FILES images/app_icon.png DESTINATION share/qmmp/images)
diff --git a/src/plugins/General/lyrics/CMakeLists.txt b/src/plugins/General/lyrics/CMakeLists.txt
index c2703ff48..1c88942d2 100644
--- a/src/plugins/General/lyrics/CMakeLists.txt
+++ b/src/plugins/General/lyrics/CMakeLists.txt
@@ -32,4 +32,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(lyrics MODULE ${liblyrics_SRCS} ${liblyrics_UIS_H} ${liblyrics_RCC_SRCS})
add_dependencies(lyrics qmmpui)
target_link_libraries(lyrics Qt5::Widgets Qt5::Network -lqmmpui -lqmmp)
-install(TARGETS lyrics DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS lyrics DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/mpris/CMakeLists.txt b/src/plugins/General/mpris/CMakeLists.txt
index 75c98dc88..76f525777 100644
--- a/src/plugins/General/mpris/CMakeLists.txt
+++ b/src/plugins/General/mpris/CMakeLists.txt
@@ -32,4 +32,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(mpris MODULE ${libmpris_SRCS} ${libmpris_RCC_SRCS})
add_dependencies(mpris qmmpui)
target_link_libraries(mpris Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
-install(TARGETS mpris DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS mpris DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt
index 0b2df2839..b4a75a259 100644
--- a/src/plugins/General/notifier/CMakeLists.txt
+++ b/src/plugins/General/notifier/CMakeLists.txt
@@ -43,4 +43,4 @@ IF(X11_FOUND AND Qt5X11Extras_FOUND)
ELSE(X11_FOUND AND Qt5X11Extras_FOUND)
target_link_libraries(notifier Qt5::Widgets -lqmmpui -lqmmp)
ENDIF(X11_FOUND AND Qt5X11Extras_FOUND)
-install(TARGETS notifier DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS notifier DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/rgscan/CMakeLists.txt b/src/plugins/General/rgscan/CMakeLists.txt
index 4e420afe5..bcba1daed 100644
--- a/src/plugins/General/rgscan/CMakeLists.txt
+++ b/src/plugins/General/rgscan/CMakeLists.txt
@@ -45,4 +45,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(rgscan MODULE ${librgscan_SRCS} ${librgscan_UIS_H} ${librgscan_HDRS} ${librgscan_RCC_SRCS})
add_dependencies(rgscan qmmpui)
target_link_libraries(rgscan Qt5::Widgets -lqmmpui -lqmmp ${TAGLIB_LDFLAGS})
-install(TARGETS rgscan DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS rgscan DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt
index d4fbdb2a2..1117faba2 100644
--- a/src/plugins/General/scrobbler/CMakeLists.txt
+++ b/src/plugins/General/scrobbler/CMakeLists.txt
@@ -41,4 +41,4 @@ ADD_LIBRARY(scrobbler MODULE ${libscrobbler_SRCS} ${libscrobbler_UIS_H}
${libscrobbler_RCC_SRCS} ${libscrobbler_HDRS})
add_dependencies(scrobbler qmmpui)
target_link_libraries(scrobbler Qt5::Widgets Qt5::Network -lqmmpui -lqmmp)
-install(TARGETS scrobbler DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS scrobbler DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/statusicon/CMakeLists.txt b/src/plugins/General/statusicon/CMakeLists.txt
index 70ac8981f..d52c081fa 100644
--- a/src/plugins/General/statusicon/CMakeLists.txt
+++ b/src/plugins/General/statusicon/CMakeLists.txt
@@ -37,4 +37,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(statusicon MODULE ${libstatusicon_SRCS} ${libstatusicon_UIS_H} ${libstatusicon_RCC_SRCS})
add_dependencies(statusicon qmmpui libqmmp)
target_link_libraries(statusicon Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS statusicon DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS statusicon DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/streambrowser/CMakeLists.txt b/src/plugins/General/streambrowser/CMakeLists.txt
index 064525673..2c4c156ea 100644
--- a/src/plugins/General/streambrowser/CMakeLists.txt
+++ b/src/plugins/General/streambrowser/CMakeLists.txt
@@ -32,4 +32,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(streambrowser MODULE ${libstreambrowser_SRCS} ${libstreambrowser_UIS_H} ${libstreambrowser_RCC_SRCS})
add_dependencies(streambrowser qmmpui)
target_link_libraries(streambrowser Qt5::Widgets Qt5::Network -lqmmpui -lqmmp)
-install(TARGETS streambrowser DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS streambrowser DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/trackchange/CMakeLists.txt b/src/plugins/General/trackchange/CMakeLists.txt
index d47034de3..e5ebdec84 100644
--- a/src/plugins/General/trackchange/CMakeLists.txt
+++ b/src/plugins/General/trackchange/CMakeLists.txt
@@ -31,4 +31,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(trackchange MODULE ${libtrackchange_SRCS} ${libtrackchange_UIS_H} ${libtrackchange_RCC_SRCS})
add_dependencies(trackchange qmmpui)
target_link_libraries(trackchange Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS trackchange DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS trackchange DESTINATION ${PLUGIN_DIR}/General)
diff --git a/src/plugins/General/udisks2/CMakeLists.txt b/src/plugins/General/udisks2/CMakeLists.txt
index a24c94e5f..5a7819934 100644
--- a/src/plugins/General/udisks2/CMakeLists.txt
+++ b/src/plugins/General/udisks2/CMakeLists.txt
@@ -33,4 +33,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(udisks2 MODULE ${libudisks2_SRCS} ${libudisks2_UIS_H} ${libudisks2_RCC_SRCS})
add_dependencies(udisks2 qmmpui)
target_link_libraries(udisks2 Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
-install(TARGETS udisks2 DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS udisks2 DESTINATION ${PLUGIN_DIR}/General)