From 073140ae27ec0637971386636d5908c4a870d9ec Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 7 Mar 2018 18:31:57 +0100 Subject: Add missing AUTOUIC in ProfileEditor --- plugins/ProfileEditor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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 -- cgit v1.2.1