2 Коммиты 8e0e602ee2 ... 0b6178bcc4

Автор SHA1 Сообщение Дата
  Alexander Rodin 0b6178bcc4 Tagging the 2.0.2 release of QStarDict 6 месяцев назад
  Alexander Rodin 5b7165cc1b Do not refer to a non-existent file "plugins.pri" 6 месяцев назад
3 измененных файлов с 4 добавлено и 3 удалено
  1. 2 0
      ChangeLog
  2. 1 2
      plugins/plugins.pro
  3. 1 1
      qstardict.pri

+ 2 - 0
ChangeLog

@@ -131,3 +131,5 @@
 	- added support for Qt5
 * Version 2.0.1
 	- added the author of the Hebrew translation to THANKS
+* Version 2.0.2
+	- fixed building without the "plugins.pri" file

+ 1 - 2
plugins/plugins.pro

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

+ 1 - 1
qstardict.pri

@@ -17,7 +17,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #############################################################################
 
-VERSION = 2.0.1
+VERSION = 2.0.2
 
 QT = \
     core \