Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / base / base.pro
index 1272aef..48ff83e 100644 (file)
@@ -1,10 +1,16 @@
 # -------------------------------------------------
 # Project created by QtCreator 2010-08-03T08:54:27
-# -------------------------------------------------
+#-------------------------------------------------
+
 QT += core \
     gui \
-    sql
+    sql \
+    xml \
+    xmlpatterns
+
 maemo5:QT += maemo5
+
+
 TARGET = mdictionary
 TEMPLATE = app
 MDICT_BINDIR = $$[MDICT_BINDIR]
@@ -27,8 +33,11 @@ SOURCES += gui/main.cpp \
     gui/SettingsWidget.cpp \
     gui/BookmarksWidget.cpp \
     gui/WelcomeScreenWidget.cpp \
-    gui/AboutWidget.cpp
+    gui/AboutWidget.cpp \
+    gui/TranslationTextEdit.cpp
+
 HEADERS += gui/MainWindow.h \
+
     gui/AboutWidget.h \
     gui/SearchBarWidget.h \
     gui/WordListWidget.h \
@@ -51,8 +60,11 @@ HEADERS += gui/MainWindow.h \
     gui/SettingsWidget.h \
     gui/BookmarksWidget.h \
     gui/WelcomeScreenWidget.h \
-    ../includes/Notify.h
+    ../includes/Notify.h \
+    gui/TranslationTextEdit.h
+
 FORMS += gui/MainWindow.ui
+
 RESOURCES += gui/gui.qrc
 unix { 
     # VARIABLES
@@ -81,3 +93,5 @@ unix {
     desktop.files += ../../../data/other/$${TARGET}.desktop
     icon64.files += ../../../data/icons/64x64/$${TARGET}.png
 }
+
+RESOURCES += xslt2.qrc