Skip to content

Commit

Permalink
Remove deprecated Assistant and AssistantClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
kh1 committed Aug 31, 2009
1 parent 005313b commit c8fa42b
Show file tree
Hide file tree
Showing 74 changed files with 2 additions and 9,100 deletions.
3 changes: 1 addition & 2 deletions bin/syncqt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ my %modules = ( # path to module name map
"Qt3Support" => "$basedir/src/qt3support",
"ActiveQt" => "$basedir/src/activeqt/container;$basedir/src/activeqt/control;$basedir/src/activeqt/shared",
"QtTest" => "$basedir/src/testlib",
"QtAssistant" => "$basedir/tools/assistant/compat/lib",
"QtHelp" => "$basedir/tools/assistant/lib",
"QtDesigner" => "$basedir/tools/designer/src/lib",
"QtUiTools" => "$basedir/tools/designer/src/uitools",
Expand Down Expand Up @@ -653,7 +652,7 @@ my @ignore_for_master_contents = ( "qt.h", "qpaintdevicedefs.h" );
my @ignore_for_include_check = ( "qatomic.h" );
my @ignore_for_qt_begin_header_check = ( "qiconset.h", "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qt_windows.h" );
my @ignore_for_qt_begin_namespace_check = ( "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qatomic_arch.h", "qatomic_windowsce.h", "qt_windows.h", "qatomic_macosx.h" );
my @ignore_for_qt_module_check = ( "$modules{QtCore}/arch", "$modules{QtCore}/global", "$modules{QtSql}/drivers", "$modules{QtTest}", "$modules{QtAssistant}", "$modules{QtDesigner}", "$modules{QtUiTools}", "$modules{QtDBus}", "$modules{phonon}" );
my @ignore_for_qt_module_check = ( "$modules{QtCore}/arch", "$modules{QtCore}/global", "$modules{QtSql}/drivers", "$modules{QtTest}", "$modules{QtDesigner}", "$modules{QtUiTools}", "$modules{QtDBus}", "$modules{phonon}" );

foreach (@modules_to_sync) {
#iteration info
Expand Down
9 changes: 0 additions & 9 deletions mkspecs/features/assistant.prf

This file was deleted.

4 changes: 1 addition & 3 deletions tools/assistant/assistant.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ CONFIG += ordered

SUBDIRS += lib/fulltextsearch \
lib \
tools \
compat \
compat/lib \
tools
18 changes: 0 additions & 18 deletions tools/assistant/compat/Info_mac.plist

This file was deleted.

280 changes: 0 additions & 280 deletions tools/assistant/compat/LICENSE.GPL

This file was deleted.

Binary file removed tools/assistant/compat/assistant.icns
Binary file not shown.
Binary file removed tools/assistant/compat/assistant.ico
Binary file not shown.
Loading

0 comments on commit c8fa42b

Please sign in to comment.