From a7ed6430e738167fcb9def51d21c862816399c1b Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 2 Apr 2013 14:19:26 -0400 Subject: Structure like a proper Qt module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie69303983187826637ae8a12a8478bd044cdaf0d Reviewed-by: Morten Johan Sørvig --- tests/auto/macfunctions/macfunctions.pro | 14 ++++---------- tests/tests.pro | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'tests') diff --git a/tests/auto/macfunctions/macfunctions.pro b/tests/auto/macfunctions/macfunctions.pro index c34a9ed..eee725f 100644 --- a/tests/auto/macfunctions/macfunctions.pro +++ b/tests/auto/macfunctions/macfunctions.pro @@ -1,12 +1,6 @@ -QT += testlib - +CONFIG += testcase console +CONFIG -= app_bundle TARGET = tst_qtmacfunctions -CONFIG += console -CONFIG -= app_bundle - -TEMPLATE = app - -include (../../../src/qtmacextras.pri) - -OBJECTIVE_SOURCES += $$PWD/tst_qtmacfunctions.mm +QT += macextras widgets testlib +OBJECTIVE_SOURCES += tst_qtmacfunctions.mm LIBS *= -framework AppKit diff --git a/tests/tests.pro b/tests/tests.pro index 7fbc8a9..77383dc 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS = auto +macx:!ios:SUBDIRS = auto -- cgit v1.2.3