diff options
author | Andrew <forkk@forkk.net> | 2013-02-18 13:33:22 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-02-18 13:33:22 -0600 |
commit | b8844e441334db5e9bf90348aa591b63087193c4 (patch) | |
tree | 235dae0d1b69709ae8dc4843f55376b98f3e3e56 /CMakeLists.txt | |
parent | d00bd41c92337b0163d9ec024d821ad3138fc3dd (diff) | |
download | MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar.gz MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar.lz MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.tar.xz MultiMC-b8844e441334db5e9bf90348aa591b63087193c4.zip |
Install plugins in the right dir.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
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 " |