starDict dialog in qml
[mdictionary] / src / plugins / xdxf / xdxf.pro
index f91a16a..f342bfb 100644 (file)
@@ -1,5 +1,7 @@
 TARGET = xdxf
+
 include(../plugin.pri)
+
 QT = core \
     gui \
     xml \
@@ -15,8 +17,8 @@ maemo5 {
     LIBS += -ltar \
         -lbz2
 }
-
 maemo5:QT += maemo5
+
 SOURCES += xdxfplugin.cpp \
     TranslationXdxf.cpp \
     XdxfDictDialog.cpp \
@@ -27,6 +29,7 @@ SOURCES += xdxfplugin.cpp \
     XdxfDictDownloadProgressDialog.cpp \
     DictsModel.cpp \
     HttpDownloader.cpp
+
 HEADERS += xdxfplugin.h \
     TranslationXdxf.h \
     ../../include/DictDialog.h \
@@ -43,13 +46,15 @@ HEADERS += xdxfplugin.h \
     DictsModel.h \
     DictsProxyModel.h \
     HttpDownloader.h
+
 RESOURCES += xdxf.qrc
+
 TRANSLATIONS += pl_PL.ts \
-    en_US.ts
+                en_US.ts
+
 OTHER_FILES += \
     ../../mdictionary/qml/XdxfDialog.qml
 
-
 unix {
     dicts.path = $$PLUGINS_DIR
     dicts.files += ../../../data/dicts/eng-us.xdxf
@@ -75,7 +80,5 @@ unix {
         qmls
 }
 check.commands = echo \
-    'No check here'
+                'No check here'
 QMAKE_EXTRA_TARGETS += check
-
-