From 013061630c8076682f5db098821d18cf6a1c22a6 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 4 Dec 2012 22:44:49 +0100 Subject: Implement appTime and appUserTime (getters and setters) on top of QPA. Add unit test for QX11Info, taken from Qt4 and extended. Change-Id: I22f403f47bb5413b954c06f8cb78992e02726f6d Reviewed-by: Richard J. Moore Reviewed-by: Lars Knoll Reviewed-by: Johan Thelin --- tests/tests.pro | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/tests.pro (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro new file mode 100644 index 0000000..85e4f3a --- /dev/null +++ b/tests/tests.pro @@ -0,0 +1,2 @@ +TEMPLATE = subdirs +SUBDIRS += auto -- cgit v1.2.1