From b0573e4f41f357b4a42365109878f58610bb7863 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 14 Mar 2013 11:41:19 +0100 Subject: Add missing .pro-file for qpainfo-test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I75fb11698d3ae305751da59af03c1853add7122e Reviewed-by: Samuel Rødal --- tests/manual/qpainfo/qpainfo.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/manual/qpainfo/qpainfo.pro (limited to 'tests/manual') diff --git a/tests/manual/qpainfo/qpainfo.pro b/tests/manual/qpainfo/qpainfo.pro new file mode 100644 index 0000000000..374f951300 --- /dev/null +++ b/tests/manual/qpainfo/qpainfo.pro @@ -0,0 +1,7 @@ +TEMPLATE = app +TARGET = qpainfo +CONFIG+=console +CONFIG -= app_bundle +QT = core-private gui-private + +SOURCES += main.cpp -- cgit v1.2.3