From 541bf66cb46346174a418326f1485e52a43e58c2 Mon Sep 17 00:00:00 2001 From: hsoft Date: Sat, 12 Sep 2009 08:41:02 +0000 Subject: [PATCH] Removed stuff that belongs to the qt-osx branch --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40139 --- base/qt/gen.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/base/qt/gen.py b/base/qt/gen.py index 754209f1..cb1c2de7 100644 --- a/base/qt/gen.py +++ b/base/qt/gen.py @@ -21,10 +21,4 @@ print_and_do("pyuic4 about_box.ui > about_box_ui.py") print_and_do("pyuic4 reg_submit_dialog.ui > reg_submit_dialog_ui.py") print_and_do("pyuic4 reg_demo_dialog.ui > reg_demo_dialog_ui.py") print_and_do("pyuic4 error_report_dialog.ui > error_report_dialog_ui.py") -print_and_do("pyrcc4 dg.qrc > dg_rc.py") - -if sys.platform == 'darwin': - os.chdir('osx/SendToTrashProject') - print_and_do('xcodebuild') - print_and_do('cp build/Release/SendToTrash ../') - os.chdir('../..') \ No newline at end of file +print_and_do("pyrcc4 dg.qrc > dg_rc.py") \ No newline at end of file