From c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 16 Jan 2018 15:41:45 +0100 Subject: Fixed build scripts for use with the mercurial repository --- plugins/ProfileEditor/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/ProfileEditor') diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt index ee1af7f..a4a4005 100644 --- a/plugins/ProfileEditor/CMakeLists.txt +++ b/plugins/ProfileEditor/CMakeLists.txt @@ -19,3 +19,5 @@ target_include_directories(ProfileEditorPlugin target_link_libraries(ProfileEditorPlugin PRIVATE Qt5::Widgets PRIVATE Qt5::WebEngineWidgets) + +install(TARGETS ProfileEditorPlugin LIBRARY DESTINATION lib/smolbote CONFIGURATIONS Release) -- cgit v1.2.1