2 Commits 6d504da009 ... 8e0e602ee2

Author SHA1 Message Date
  Alexander Rodin 8e0e602ee2 Tagging the 2.0.1 release of QStarDict 6 months ago
  Alexander Rodin 6d504da009 Tagging the 2.0.1 release of QStarDict 6 months ago
2 changed files with 7 additions and 1 deletions
  1. 5 0
      ChangeLog
  2. 2 1
      plugins/plugins.pro

+ 5 - 0
ChangeLog

@@ -126,3 +126,8 @@
 	- compilation fix for newer UNIX/Linux systems
 	- compilation fix for newer UNIX/Linux systems
 	- fix for 'unsaved prefs' thanks to Robin 'cheese' Lee from Fedora Project
 	- fix for 'unsaved prefs' thanks to Robin 'cheese' Lee from Fedora Project
 
 
+* Version 2.0
+	- added Hebrew translation
+	- added support for Qt5
+* Version 2.0.1
+	- added the author of the Hebrew translation to THANKS

+ 2 - 1
plugins/plugins.pro

@@ -17,7 +17,8 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #############################################################################
 #############################################################################
 
 
-isEmpty(ENABLED_PLUGINS):ENABLED_PLUGINS=stardict web
+
+include(plugins.pri)
 TEMPLATE = subdirs
 TEMPLATE = subdirs
 SUBDIRS = $$ENABLED_PLUGINS
 SUBDIRS = $$ENABLED_PLUGINS