From 2907fbd8982203053a16a0cf8a6c4b72b2c61984 Mon Sep 17 00:00:00 2001 From: Christoph Schleifenbaum Date: Tue, 31 Jan 2012 16:15:51 +0100 Subject: Add QCocoaColor- and FontDialogHelper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie6e648e9e1f4ffbb34d73f9afdd6cc77e86bc3d1 Reviewed-by: Morten Johan Sørvig --- src/plugins/platforms/cocoa/cocoa.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/platforms/cocoa/cocoa.pro') diff --git a/src/plugins/platforms/cocoa/cocoa.pro b/src/plugins/platforms/cocoa/cocoa.pro index 09b708d9a1..1e803a1c7c 100644 --- a/src/plugins/platforms/cocoa/cocoa.pro +++ b/src/plugins/platforms/cocoa/cocoa.pro @@ -23,7 +23,9 @@ OBJECTIVE_SOURCES += main.mm \ qmultitouch_mac.mm \ qcocoaaccessibilityelement.mm \ qcocoaaccessibility.mm \ + qcocoacolordialoghelper.mm \ qcocoafiledialoghelper.mm \ + qcocoafontdialoghelper.mm \ qcocoacursor.mm \ HEADERS += qcocoaintegration.h \ @@ -45,7 +47,9 @@ HEADERS += qcocoaintegration.h \ qmultitouch_mac_p.h \ qcocoaaccessibilityelement.h \ qcocoaaccessibility.h \ + qcocoacolordialoghelper.h \ qcocoafiledialoghelper.h \ + qcocoafontdialoghelper.h \ qcocoacursor.h \ FORMS += $$PWD/../../../widgets/dialogs/qfiledialog.ui -- cgit v1.2.3