aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-04-02 14:19:26 -0400
committerMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-03 11:03:14 +0200
commita7ed6430e738167fcb9def51d21c862816399c1b (patch)
treee8a3db88d2198df140a14c2a0eac07a1dddfa264 /tests/auto
parent20994f94c592de3e5c023d79c244937ab23f56de (diff)
Structure like a proper Qt module.
Change-Id: Ie69303983187826637ae8a12a8478bd044cdaf0d Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/macfunctions/macfunctions.pro14
1 files changed, 4 insertions, 10 deletions
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