qt5base-lts/tests/auto/widgets/kernel
Jake Petroules 353b160a4a Link to AppKit instead of Cocoa.
Cocoa is basically just AppKit + CoreData. Since we do not use CoreData
in Qt, there is no reason to link to it or (transitively) import its
headers.

This is just a mechanical replacement of -framework Cocoa with
-framework AppKit and <Cocoa/Cocoa.h> with <AppKit/AppKit.h>

Change-Id: Ibcfc8a03c0ddff27a67fbc87dd7bd58a4b648956
Reviewed-by: Mika Lindqvist <postmaster@raasu.org>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
2015-09-05 11:49:17 +00:00
..
qaction tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qactiongroup Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qapplication tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qboxlayout Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qdesktopwidget Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qformlayout Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qgridlayout Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qlayout tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 11:50:10 +00:00
qshortcut Add check for top level widget leaks in kernel test of QtWidgets. 2015-06-16 14:14:18 +00:00
qsizepolicy Add check for top level widget leaks in kernel test of QtWidgets. 2015-06-16 14:14:18 +00:00
qstackedlayout Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qtooltip Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
qwidget Link to AppKit instead of Cocoa. 2015-09-05 11:49:17 +00:00
qwidget_window Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qwidgetaction Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qwidgetmetatype Update copyright headers 2015-02-11 06:49:51 +00:00
qwidgetsvariant Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qwindowcontainer Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
kernel.pro Introducing QWidget::createWindowContainer() 2013-01-25 14:11:07 +01:00