summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-02-18 13:33:22 -0600
committerAndrew <forkk@forkk.net>2013-02-18 13:33:22 -0600
commitb8844e441334db5e9bf90348aa591b63087193c4 (patch)
tree235dae0d1b69709ae8dc4843f55376b98f3e3e56
parentd00bd41c92337b0163d9ec024d821ad3138fc3dd (diff)
downloadMultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar
MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar.gz
MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar.lz
MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar.xz
MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.zip
Install plugins in the right dir.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1f8edc4..ed930d3c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -256,10 +256,10 @@ ENDIF()
# Plugins
# Image formats
-INSTALL(DIRECTORY "${QT_PLUGINS_DIR}/imageformats" DESTINATION ${PLUGIN_DEST_DIR}/plugins COMPONENT Runtime)
+INSTALL(DIRECTORY "${QT_PLUGINS_DIR}/imageformats" DESTINATION ${PLUGIN_DEST_DIR} COMPONENT Runtime)
# Platform plugins
-INSTALL(DIRECTORY "${QT_PLUGINS_DIR}/platforms" DESTINATION ${PLUGIN_DEST_DIR}/plugins COMPONENT Runtime)
+INSTALL(DIRECTORY "${QT_PLUGINS_DIR}/platforms" DESTINATION ${PLUGIN_DEST_DIR} COMPONENT Runtime)
# qtconf
INSTALL(CODE "