Added spliting html from xdxf downlowad page to fields describing dicts
[mdictionary] / src / plugins / xdxf / xdxf.pro
index ef29877..025ed82 100644 (file)
@@ -1,24 +1,16 @@
 TARGET = xdxf
-
 include(../plugin.pri)
-
 QT = core \
     gui \
     xml \
     sql
-
 maemo5:QT += maemo5
-
-SOURCES +=  \
-    xdxfplugin.cpp \
+SOURCES += xdxfplugin.cpp \
     TranslationXdxf.cpp \
     XdxfDictDialog.cpp \
     XdxfCachingDialog.cpp \
     XdxfDialog.cpp
-
-
-HEADERS += \
-    xdxfplugin.h \
+HEADERS += xdxfplugin.h \
     TranslationXdxf.h \
     ../../include/DictDialog.h \
     XdxfDictDialog.h \
@@ -26,24 +18,21 @@ HEADERS += \
     ../../include/settings.h \
     ../../include/CommonDictInterface.h \
     XdxfCachingDialog.h \
-    XdxfDialog.h
-
-RESOURCES += \
-    xdxf.qrc
-
+    XdxfDialog.h \
+    ../DownloadDict.h \
+    DownloadDict.h
+RESOURCES += xdxf.qrc
 TRANSLATIONS += pl_PL.ts \
-                en_US.ts
-    
-unix {
-  INSTALLS += dicts plugin-icon
-
-  dicts.path = $$PLUGINS_DIR
-  dicts.files += ../../../data/dicts/eng-us.xdxf
-  dicts.files += ../../../data/dicts/eng-thai.xdxf
-
-  plugin-icon.path = $$DATA_DIR
-  plugin-icon.files += xdxf.png
+    en_US.ts
+unix { 
+    INSTALLS += dicts \
+        plugin-icon
+    dicts.path = $$PLUGINS_DIR
+    dicts.files += ../../../data/dicts/eng-us.xdxf
+    dicts.files += ../../../data/dicts/eng-thai.xdxf
+    plugin-icon.path = $$DATA_DIR
+    plugin-icon.files += xdxf.png
 }
-
-check.commands = echo 'No check here'
+check.commands = echo \
+    'No check here'
 QMAKE_EXTRA_TARGETS += check