From e97b518d6da7ed0ae3fb967dfc09c4d2959c4579 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 19 Jul 2010 13:43:38 +0000 Subject: add stub for "tests" directory --- example/tests/tests.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 example/tests/tests.pro (limited to 'example/tests') diff --git a/example/tests/tests.pro b/example/tests/tests.pro new file mode 100644 index 00000000..b51cda23 --- /dev/null +++ b/example/tests/tests.pro @@ -0,0 +1,9 @@ +include(../example.pri) + +QT += testlib + +TARGET = tests + +SOURCES += tests.cpp + +HEADERS += tests.h -- cgit v1.2.3