diff --git a/src/app/Info.plist b/src/app/Info.plist index 5e8617cc8651afe81884e80d7d537a89e2f34cf4..5d37bfd27a116f1077a17da3e5b7d7f2a3f159f7 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 a52697f89095f7488f4e440dfc28d8ca1de2b301..0a90231f4affd4223a5e0787a64d027944b9e5a5 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 45d1e96374c9e98eaefc6a9d110c56c941672746..fa0891a5fa2025d32af1377116a89188d827d8a4 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)