From ae3ff4848bb68b4c234e5e4f0a801abd4394e4eb Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 23 Jan 2019 13:53:38 +0100 Subject: Add rough build system layout Added sharedcomponents.pro will build example app and QML plugins. The pri file sharedcomponents.pri can be included to add components like e.g. the curve editor. Change-Id: Iaf194a8a66cb08df6528e5eaae04a9b86db1272a Reviewed-by: Knud Dollereder Reviewed-by: Tim Jenssen --- sharedcomponents.pro | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sharedcomponents.pro (limited to 'sharedcomponents.pro') diff --git a/sharedcomponents.pro b/sharedcomponents.pro new file mode 100644 index 0000000..0e8be94 --- /dev/null +++ b/sharedcomponents.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs + +SUBDIRS = examples src -- cgit v1.2.3