diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-07 18:31:57 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-07 18:31:57 +0100 |
commit | 073140ae27ec0637971386636d5908c4a870d9ec (patch) | |
tree | 588af577fb3dbe90a45d4faa118ed869d3ef0ce8 /plugins | |
parent | Reworked CMakeLists to be a bit more readable (diff) | |
download | smolbote-073140ae27ec0637971386636d5908c4a870d9ec.tar.xz |
Add missing AUTOUIC in ProfileEditor
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ProfileEditor/CMakeLists.txt | 1 |
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 |