From 3873165ef71591d6b02d7ef8d963b660d616fc6f Mon Sep 17 00:00:00 2001
From: con <qtc-committer@nokia.com>
Date: Wed, 15 Jul 2009 12:06:21 +0200
Subject: [PATCH] Add pri file icon for Mac

---
 src/app/Info.plist                              | 2 ++
 src/libs/utils/utils.pro                        | 8 ++++++--
 src/plugins/projectexplorer/projectexplorer.pri | 1 -
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/app/Info.plist b/src/app/Info.plist
index 5e8617cc865..5d37bfd27a1 100644
--- a/src/app/Info.plist
+++ b/src/app/Info.plist
@@ -21,6 +21,8 @@
 		<dict>
 			<key>CFBundleTypeRole</key>
 			<string>Editor</string>
+			<key>CFBundleTypeIconFile</key>
+			<string>qtcreator.icns</string>
 			<key>CFBundleTypeExtensions</key>
 			<array>
 				<string>pri</string>
diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro
index a52697f8909..0a90231f4af 100644
--- a/src/libs/utils/utils.pro
+++ b/src/libs/utils/utils.pro
@@ -29,7 +29,9 @@ SOURCES += reloadpromptutils.cpp \
     uncommentselection.cpp \
     parameteraction.cpp \
     treewidgetcolumnstretcher.cpp \
-    checkablemessagebox.cpp
+    checkablemessagebox.cpp \
+    styledbar.cpp
+
 win32 { 
     SOURCES += abstractprocess_win.cpp \
         consoleprocess_win.cpp \
@@ -66,7 +68,9 @@ HEADERS += utils_global.h \
     parameteraction.h \
     treewidgetcolumnstretcher.h \
     checkablemessagebox.h \
-    qtcassert.h
+    qtcassert.h \
+    styledbar.h
+
 FORMS += filewizardpage.ui \
     projectintropage.ui \
     newclasswidget.ui \
diff --git a/src/plugins/projectexplorer/projectexplorer.pri b/src/plugins/projectexplorer/projectexplorer.pri
index 45d1e96374c..fa0891a5fa2 100644
--- a/src/plugins/projectexplorer/projectexplorer.pri
+++ b/src/plugins/projectexplorer/projectexplorer.pri
@@ -1,3 +1,2 @@
 include(projectexplorer_dependencies.pri)
-
 LIBS *= -l$$qtLibraryTarget(ProjectExplorer)
-- 
GitLab