From 3214f2f1e18ea5716668dc9f405456584a834c15 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 <0xFEEDC0DE64@gmail.com> Date: Thu, 12 Apr 2018 00:03:44 +0200 Subject: [PATCH] sketchlib now gets compiled with sketch plugin --- plugins/sketchplugin/QtSketch | 2 +- plugins/sketchplugin/sketchplugin.pro | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/sketchplugin/QtSketch b/plugins/sketchplugin/QtSketch index a059f6a..e510829 160000 --- a/plugins/sketchplugin/QtSketch +++ b/plugins/sketchplugin/QtSketch @@ -1 +1 @@ -Subproject commit a059f6a157868670a4311021d311688a7a72fa3e +Subproject commit e510829dfdb2b83b6ed82e48d6a069f834b8baa6 diff --git a/plugins/sketchplugin/sketchplugin.pro b/plugins/sketchplugin/sketchplugin.pro index 6929490..4414097 100644 --- a/plugins/sketchplugin/sketchplugin.pro +++ b/plugins/sketchplugin/sketchplugin.pro @@ -18,3 +18,5 @@ TRANSLATIONS += translations/sketchplugin_en.ts \ OTHER_FILES += sketchplugin.json include(../plugin.pri) + +include(QtSketch/sketchlib.pri)