summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-01-04 00:54:09 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-01-04 00:54:09 +0900
commit7afe7a301a956ee97959fe32e91d80d34fd1fd69 (patch)
tree25d7dad2c3bed4a2f8131431e8461bcaf3c4ae04 /configure.json
parent7cd388558f49166b7df2811fdf649e93230017b5 (diff)
Support desktop pc environment for development
To make QtAGLExtras avairable on desktop pc environment, QtAGLExtras can be built without libhomescreen/qlibwindowmanager. To do that, following are changed. - Adding config.tests to check existance of libhomescreen and libwindowmanager. This modifications are from https://gerrit.automotivelinux.org/gerrit/#/c/13021/ - Migrating to new Qt configuration - Resolve inheritance of LibHomeScreen and QLibWindowmanager Change-Id: I9d6f947010452da565e03b3b9a00eaf04120d947 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json
new file mode 100644
index 0000000..e81e219
--- /dev/null
+++ b/configure.json
@@ -0,0 +1,5 @@
+{
+ "subconfigs": [
+ "src/aglextras"
+ ]
+}