From a845ef527b650af3ce95e03ea2670e120f053b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Wed, 22 Oct 2014 10:28:48 +0300 Subject: Added C++ autotests for theme Task-number: QTRD-3368 Change-Id: I369d8cad75f02a0cc585edad57c3ddcd8ef221d9 Change-Id: I369d8cad75f02a0cc585edad57c3ddcd8ef221d9 Reviewed-by: Miikka Heikkinen --- tests/auto/cpptest/q3dtheme/q3dtheme.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/auto/cpptest/q3dtheme/q3dtheme.pro (limited to 'tests/auto/cpptest/q3dtheme/q3dtheme.pro') diff --git a/tests/auto/cpptest/q3dtheme/q3dtheme.pro b/tests/auto/cpptest/q3dtheme/q3dtheme.pro new file mode 100644 index 00000000..30a4802c --- /dev/null +++ b/tests/auto/cpptest/q3dtheme/q3dtheme.pro @@ -0,0 +1,8 @@ +QT += testlib datavisualization + +TARGET = tst_cpptest +CONFIG += console testcase + +TEMPLATE = app + +SOURCES += tst_theme.cpp -- cgit v1.2.3