From 540def399edda18b736b16f5100e5e28b376bf91 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 6 Dec 2019 01:06:10 -0600 Subject: [PATCH] [nostalgia/core/qt] Fix Core-Qt install location --- src/nostalgia/core/qt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nostalgia/core/qt/CMakeLists.txt b/src/nostalgia/core/qt/CMakeLists.txt index b622c461..507abd98 100644 --- a/src/nostalgia/core/qt/CMakeLists.txt +++ b/src/nostalgia/core/qt/CMakeLists.txt @@ -14,5 +14,5 @@ install( TARGETS NostalgiaCore-Qt LIBRARY DESTINATION - ${NOSTALGIA_DIST_PLUGIN} + ${NOSTALGIA_DIST_LIB}/nostalgia )