From 0a208dd4135fc16d05f9fd8c417d99e3f39c39fb Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Wed, 7 Sep 2011 10:58:35 +0200 Subject: Moved autotests in category 'other' into new directory structure Task-number: QTBUG-21327 Change-Id: I296063b665809e0411a7546fc9b41a287317ecb7 Reviewed-on: http://codereview.qt-project.org/4326 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/other/compiler/compiler.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/auto/other/compiler/compiler.pro (limited to 'tests/auto/other/compiler/compiler.pro') diff --git a/tests/auto/other/compiler/compiler.pro b/tests/auto/other/compiler/compiler.pro new file mode 100644 index 0000000000..c444c63af6 --- /dev/null +++ b/tests/auto/other/compiler/compiler.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp +HEADERS += baseclass.h derivedclass.h +QT = core + + + -- cgit v1.2.3