From 9e18b1b2f8b319a41a8fc967e119156be4d8ae7b Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 1 Feb 2017 11:44:38 +0100 Subject: Move qtivi over to the new config system Use the new configuration system to define external libraries, configure tests and features. Don't use pkg-config outside of the configuration step. The geniviextras-only CONFIG option has now been replaced with a command-line option and can be used by passing it to qmake after '--'. E.g. 'qmake -- --geniviextras-only'. Removed adding DLT into the rpath. Similar to all other Qt modules, it is now expected that packages found using pkg-config can be found by the dynamic linker. Change-Id: If46cd1b79413cd7571ee1068898848d9871e61ba Reviewed-by: Robert Griebl --- configure.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configure.json (limited to 'configure.json') diff --git a/configure.json b/configure.json new file mode 100644 index 0000000..cb6be3e --- /dev/null +++ b/configure.json @@ -0,0 +1,9 @@ +{ + "subconfigs": [ + "src/geniviextras", + "src/ivicore", + "src/ivivehiclefunctions", + "src/ivimedia" + ] +} + -- cgit v1.2.1