From 9d004e3d18312bea2259bc30064999f9f2db14a6 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 22 Jun 2018 16:15:31 +0200 Subject: Plugin commands no longer require --command --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 00b556f..5f4aed1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,7 +43,7 @@ add_executable(poi webengine/widgets/pagemenu.h # plugin interfaces - #../plugins/interfaces.h + plugin.h ) target_include_directories(poi -- cgit v1.2.1