Changed plugin tree schema
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfPlugin.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-08-03T09:33:52
4 #
5 #-------------------------------------------------
6
7 QT       += core xml gui
8
9
10 TARGET = XdxfPlugin
11 TEMPLATE = lib
12
13 SOURCES +=  \
14     xdxfplugin.cpp \
15     TranslationXdxf.cpp
16
17
18 HEADERS += \
19     xdxfplugin.h \
20     ../../../includes/translation.h \
21     ../../../includes/settings.h \
22     ../../../includes/CommonDictInterface.h \
23     TranslationXdxf.h