aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 18:31:57 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 18:31:57 +0100
commit073140ae27ec0637971386636d5908c4a870d9ec (patch)
tree588af577fb3dbe90a45d4faa118ed869d3ef0ce8 /plugins
parentReworked CMakeLists to be a bit more readable (diff)
downloadsmolbote-073140ae27ec0637971386636d5908c4a870d9ec.tar.xz
Add missing AUTOUIC in ProfileEditor
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ProfileEditor/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt
index 10b939d..ad4c457 100644
--- a/plugins/ProfileEditor/CMakeLists.txt
+++ b/plugins/ProfileEditor/CMakeLists.txt
@@ -3,6 +3,7 @@ find_package(Qt5Widgets REQUIRED)
find_package(Qt5WebEngineWidgets REQUIRED)
set(CMAKE_AUTOMOC ON)
+set(CMAKE_AUTOUIC ON)
add_library(ProfileEditorPlugin SHARED
profileeditorplugin.cpp