From 7cd388558f49166b7df2811fdf649e93230017b5 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 3 Jan 2018 02:39:23 +0900 Subject: Initial import of QtAGLExtras Qt AGLExtras module provides a set of easy to create AGL Qt application. It uses the AGL HMI and application framework, therefore the application can be easily integrated to AGL HomeScreen/WindowManager on AGL Demo Platform. Change-Id: I38a47aefcda8ee4ded759d56c5149ebbe22f94a9 Signed-off-by: Tadao Tanikawa --- tests/auto/auto.pro | 2 ++ tests/auto/cmake/cmake.pro | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/auto/auto.pro create mode 100644 tests/auto/cmake/cmake.pro (limited to 'tests/auto') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro new file mode 100644 index 0000000..e792a61 --- /dev/null +++ b/tests/auto/auto.pro @@ -0,0 +1,2 @@ +TEMPLATE = subdirs +SUBDIRS += cmake diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro new file mode 100644 index 0000000..398b20e --- /dev/null +++ b/tests/auto/cmake/cmake.pro @@ -0,0 +1,6 @@ +# Cause make to do nothing. +TEMPLATE = subdirs + +CMAKE_QT_MODULES_UNDER_TEST = aglextras + +CONFIG += ctest_testcase -- cgit 1.2.3-korg